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.3.tar.gz
(7.7 kB
view details)
Built Distribution
nimc-1.2.3-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file nimc-1.2.3.tar.gz
.
File metadata
- Download URL: nimc-1.2.3.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 | 8bd6039a7b009ee18852a74157c8646eb20ba70caa62efcb98113143cd255fbc |
|
MD5 | 1e1026df95d13949b3c49a5dc9bdd281 |
|
BLAKE2b-256 | 27229fa531620bf732d36b4ad99945413ca4e9f27124ed9e33e6b7fdd0eebe5e |
File details
Details for the file nimc-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.2.3-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 | cc165fcaad36bc095db72222af6a91f5bc5b80b810c2965a96dd57118c371988 |
|
MD5 | 3636f9bdcae8a053ac0b4f4336a767da |
|
BLAKE2b-256 | e542ce9f66a9c8a1e302497faf67ed5df0bf50c2a27faab4cdba4fee74014ed7 |