Simple Fast User Interface - easier to use interface for SFML
  • C++ 81.6%
  • CMake 18.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-05-01 13:28:25 -05:00
.github/workflows add ubuntucpp.yml 2020-05-01 13:25:55 -05:00
SFUI abandon the idea of using a second window for combobox 2020-05-01 13:28:25 -05:00
SFUI-Testing small improvements here and there 2020-05-01 13:27:10 -05:00
.gitattributes Add .gitignore and .gitattributes. 2017-05-21 17:09:59 -05:00
.gitignore uwu 2020-04-13 20:12:23 -05:00
CMakeLists.txt uwu 2020-04-13 20:12:23 -05:00
LICENSE Create LICENSE 2020-04-09 13:37:11 -05:00
README.md add badge to readme 2020-04-13 20:22:25 -05:00

SFUI -- Simple Fast User Interface -- Ubuntu/C++ master

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.