Skip to content

Simple C++ libnx library for creating switch-like UI homebrew apps!

Notifications You must be signed in to change notification settings

pplatoon/CustomUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomUI

  • Simple C++ libnx library for creating switch-like UI homebrew apps!

How can I use them?

  • 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

About

Simple C++ libnx library for creating switch-like UI homebrew apps!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.6%
  • Makefile 23.4%