Libnx ported to the Nim programming language
Find a file
2018-06-24 11:59:50 +09:00
examples/helloworld Rearrange ext folder 2018-06-23 13:33:19 +09:00
src Fix issues with static inline headers 2018-06-24 11:59:50 +09:00
.gitignore Ignore build files 2018-06-23 13:34:15 +09:00
libnx.nimble Bump required nim version 2018-06-23 13:34:56 +09:00
libnxGen.cfg Rearrange ext folder 2018-06-23 13:33:19 +09:00
LICENSE Initial commit 2018-06-14 16:28:02 +09:00
README.md Update readme 2018-06-22 16:22:54 +09:00

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/portlibs/switch/lib
  • DEVKITPRO/libnx/lib
  • DEVKITPRO/portlibs/switch/include
  • DEVKITPRO/libnx/include

##Install

Simply run

nimble install

To compile examples:

nimble buildExamples

PRs are welcome for porting other examples or any other changes!