Python Package made by Mhadhbi Issam .
Project description
Nimc
command line utilty in order to create Defold naitive extensions in Nim .
♠ Install
pip install nimc
♠ Getting started
open terminal in root path of defold project :
♠♠ Create Extension named ext :
nimc init ext
♠♠ Build project :
nimc build ext
♠♠ Add the extension to game.project
file :
under section library -> include dirs = /ext/ext
♠♠ Usage of naitive extension :
in any script file :
local result = ext.add(10,12)
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nimc-1.1.7.tar.gz
(5.4 kB
view details)
Built Distribution
nimc-1.1.7-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file nimc-1.1.7.tar.gz
.
File metadata
- Download URL: nimc-1.1.7.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f3efa99c996a500506074d1a0ab062b228e740558bebd5e03dbc342e34bdc5e |
|
MD5 | 776a07ba7d909b5c28964ad7231ad8fe |
|
BLAKE2b-256 | 3f1c529bc1eab8bbc73f33e8d0fbe08b294aca209f565a77190a87a3a0533b6b |
File details
Details for the file nimc-1.1.7-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.1.7-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32663682b67aecd900f84da6563a9384edbd0328c4011ab2d9c3c5b557957c87 |
|
MD5 | d94f71a802ee99752547ba7dfaa2d360 |
|
BLAKE2b-256 | b1b78888520fe413629ff3c8438f9f19c72462c6a706b93da6c95cc3d5574cee |