Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DXPower/Xu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xu

Xu is a C++ GUI library driven by 3 core design principles:

  • Minimal Instrusiveness: Xu shouldn't have an direct hooks into the rendering or application layer. It should simply receive input and ouput rendering data (renderer agnostic).

  • Customizable: Escape hatches where possible so that anything can be changed and anything can be created.

  • Maximal Support: Xu should be able to receive mouse input, touch input, stylus input and any other form of primary input and handle it accordingly with relation to widget interactions.

About

Non-intrusive and customizable C++ GUI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%