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.9.tar.gz
(5.4 kB
view details)
Built Distribution
nimc-1.1.9-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file nimc-1.1.9.tar.gz
.
File metadata
- Download URL: nimc-1.1.9.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d947bfe6065cd34e866b9b5b980cced573dfb731ce7988f6142a7b841772278 |
|
MD5 | 6082abe01347e93f78e08c8fd003fe49 |
|
BLAKE2b-256 | a9db4c8d677e6c80bab18af55ef2c791db143cbaeb5d77e19b0ed1124d771f00 |
File details
Details for the file nimc-1.1.9-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.1.9-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44b875aff6c9a1277620f0ae3876319a62ce59cc8edf4de0fd48ef9b1b4fa627 |
|
MD5 | 1a4c4ad239cff074e6697dd56f45a593 |
|
BLAKE2b-256 | 5828db468d9a7e901915c87dd5a60d81097a40b0d798641b2852b28082e2edbe |