- Simple C++ libnx library for creating switch-like UI homebrew apps!
- The libs are only one header file, so it's easy to embed.
- For using default themeing (HorizonDark and HorizonLight) you'll have to add some files and folders to romfs to your project ("Graphics" and "Fonts")
- You'll need SDL2 libs, check sample's Makefile for more info about required libs, as the UI is rendered using SDL2.
- For those who used NXplay, this libs are based on it's code