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.1.tar.gz
(5.4 kB
view details)
Built Distribution
nimc-1.2.1-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file nimc-1.2.1.tar.gz
.
File metadata
- Download URL: nimc-1.2.1.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 | b6815fca81aac9f0a0d73dc7207f2b9531a5bac79e7d3c09b41b9d56652d2f4d |
|
MD5 | bb4d6a5fbe51c654df0e51ccc3271ea8 |
|
BLAKE2b-256 | ae344cea665538ab67105f4e852c4f51e25cbd6fcc73124e3a0533c3a56a7525 |
File details
Details for the file nimc-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: nimc-1.2.1-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 | acadc5dcea73b9c50b2d52af83ad9ed67e65b893647c5b6b72f734f3aada7d57 |
|
MD5 | 076a3df58b4cbce94dd2dab94557d073 |
|
BLAKE2b-256 | 31033059612bb4d2e9b19e4a4f274546ec4c3251217b13ab4869ecaf4e5fcb3b |