Simple, efficient, header-only C++17 libnx wrappers
Go to file
2019-04-26 23:12:14 +02:00
include Add new files 2019-04-26 23:12:14 +02:00
test Add WrapperObject, start working on fs 2019-04-26 23:07:49 +02:00
.gitignore First commit 2019-04-26 22:24:45 +02:00
LICENSE Set MIT license 2019-04-26 22:25:43 +02:00
README.md First commit 2019-04-26 22:24:45 +02:00

libnx++

Simple, efficient, headers-only C++17 libnx wrappers

libnx++ is a WIP library, header-only, for C++17 projects, providing a nice C++-ish wrapper for C libnx libraries.

An old project of mine, Biosphere, was an attempt to make C++-only Switch homebrew development libraries. Finally, taking into account how much dedication and time would be needed to keep them properly working and updated, I've decided to grab several Biosphere's implementations, classes and ideas and join them to make this nice wrappers.

As a sidenote, the layout and structure of the libraries is similar to the one found in the official Nintendo SDK (the main nn namespace can be compared to nx++'s nx namespace)

Credits

  • Switchbrew team for libnx libraries