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.0.tar.gz
(5.4 kB
view details)
Built Distribution
nimc-1.2.0-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file nimc-1.2.0.tar.gz
.
File metadata
- Download URL: nimc-1.2.0.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 | 4e86451bd152ce7ced1475b3e44aafd94e674fac9c161d2fdc91eb841525736e |
|
MD5 | 3acb42bb2ae31a57acda245231f9b639 |
|
BLAKE2b-256 | a5bf6141e747fc38f63aaac2da2ff803a63a41c5723865af962e46f744f0f61c |
File details
Details for the file nimc-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.2.0-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 | 2999b54c57a3170f05a1c8828f453e4b51988dc7e00a5bf72b01ac3a82c9ca6e |
|
MD5 | 3d3a7d8c058afad2617a38b9ea792598 |
|
BLAKE2b-256 | 6c06132fb1242739435e6c3bf54e81dae17f6fc5563e1f51907f12a8f0a4f9cf |