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.6.tar.gz
(5.3 kB
view details)
Built Distribution
nimc-1.1.6-py3-none-any.whl
(5.0 kB
view details)
File details
Details for the file nimc-1.1.6.tar.gz
.
File metadata
- Download URL: nimc-1.1.6.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fede0a5dd622f38dbe90ddffbbb307a31eb7bb0d01373e9834e9d0562443d86a |
|
MD5 | cbe308ff482bc35a3179c833d5251478 |
|
BLAKE2b-256 | 44c93cdefafd903d47fdda3187cc3cc225d339c8a0311e7b6b594d1508caa597 |
File details
Details for the file nimc-1.1.6-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.1.6-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5e449edcfdcfcb5baa6abc91f93c72e2bc7d8caf1118cf8315c0324cc7e0ac6 |
|
MD5 | 9cc09a7be139ddc9f5a66831e4582454 |
|
BLAKE2b-256 | c7d1ef151a593418613f26bf4f0957aa78cf00a759a4388420b68c53f4992287 |