kennyrkun / SFUI

Simple Fast User Interface - easier to use interface for SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Fast User Interface - easier to use interface for SFML

License:MIT License


Languages

Language:C++ 81.6%Language:CMake 18.4%