Libnx ported to the Nim programming language
| examples/helloworld | ||
| ext | ||
| .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.
Simply run
nimble install
and then cd into the examples folder and compile an example:
nim build <example_name>
PRs are welcome for porting other examples or any other changes!