Libnx ported to the Nim programming language
| examples | ||
| src/libnx | ||
| .gitignore | ||
| libnx.nimble | ||
| libnxGen.cfg | ||
| LICENSE | ||
| README.md | ||
nim-libnx
Libnx ported to the Nim programming language. You will need a nim compiler with Nintendo switch support which can be found here until the PR is accepted.
You also must have DevkitPro and switch (libnx) libraries for Mac and Linux or Windows installed. The DEVKITPRO environment variable must also exist and point to a directory with the following structure:
DEVKITPRO/libnx/libDEVKITPRO/libnx/include
Install
Simply run
# Because of a bug in nimble right now, you must install this first!
nimble install nimgen@#head
nimble install
To compile examples:
nimble buildExamples
PRs are welcome for porting other examples or any other changes!