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.2.4.tar.gz
(7.7 kB
view details)
Built Distribution
nimc-1.2.4-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file nimc-1.2.4.tar.gz
.
File metadata
- Download URL: nimc-1.2.4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6083d84c6848bf20d20115401e9890e19709d71e49e3f9ff1bb0795c38674b4e |
|
MD5 | 0a49b477b2b56c6c1c5ad1810b757fad |
|
BLAKE2b-256 | 73f43cfc8cd1e026e0632c9f4acb70e50146b60f51e93e5ad3e1a167e2337803 |
File details
Details for the file nimc-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.2.4-py3-none-any.whl
- Upload date:
- Size: 8.0 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 | 3a20b07e92638c8a385efa205342da05fb1c013061f94becfd76169aa0298a44 |
|
MD5 | 5507db846636e01c1ff98d23006fa1b7 |
|
BLAKE2b-256 | ada9b840454b5f3f3254887618fda510eeeef25328fb84b569722b9ba594f1b6 |