https://github.com/xortroll/libnx-plus-plus
Simple, efficient, header-only C++17 libnx wrappers
https://github.com/xortroll/libnx-plus-plus
cpp17 header libnx wrapper
Last synced: about 1 year ago
JSON representation
Simple, efficient, header-only C++17 libnx wrappers
- Host: GitHub
- URL: https://github.com/xortroll/libnx-plus-plus
- Owner: XorTroll
- License: mit
- Created: 2019-04-26T20:05:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T21:12:25.000Z (about 7 years ago)
- Last Synced: 2025-02-05T23:22:23.707Z (over 1 year ago)
- Topics: cpp17, header, libnx, wrapper
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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