-
Notifications
You must be signed in to change notification settings - Fork 63
User guide
Stefan Schindler edited this page Apr 5, 2017
·
1 revision
Welcome to the SFGUI user guide. The guide covers topics for setting up and using SFGUI.
- Quickstart (on this page, below)
- Containers
- Events
- Hello World
- Installing
- Linking
- Memory management
- Size policies
Those who are familiar with building libraries with CMake can follow the steps below to build SFGUI. All others should read the Installing page for more detailed instructions.
- Create your directories and run CMake.
- Set
SFML_ROOT
to your SFML directory. - Click Configure, then Generate and build SFGUI.