Simple Fast User Interface - easier to use interface for SFML
- C++ 81.6%
- CMake 18.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| SFUI | ||
| SFUI-Testing | ||
| .gitattributes | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
SFUI -- Simple Fast User Interface --
SFUI is an interface system based on Widgets using SFML
Usage:
Link SFUI to your project.
include the SFUI.hpp header and you should be including everything you need.
Or alternatively, #include only the files you need, such as Button.hpp. Every widget can be used on their own, or in layouts as a system.