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.5.tar.gz
(7.7 kB
view details)
Built Distribution
nimc-1.2.5-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file nimc-1.2.5.tar.gz
.
File metadata
- Download URL: nimc-1.2.5.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 | e5b9475d90b8c0d136653b20dbd325e6381d86f3331947e372ec67f4826c3f5b |
|
MD5 | 343fb937ac909b52d5543cf69ac31bfe |
|
BLAKE2b-256 | 834a4f9c27b365bef1801f786db02c4b17fa87ae04a0eaa21b2244eda2a55cd8 |
File details
Details for the file nimc-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.2.5-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 | 9f78234130f709323aaa0a67ad4b61da587d82282ff3a1960f1b83b2becff3d1 |
|
MD5 | 52f2cb546a7f4551347b2fa2ebc05872 |
|
BLAKE2b-256 | 2a364f36d5044200e64750d25c1738265e076eec444ac9a12ea3878a549d3a3f |