GUI library for SFML providing widgets and themes for desktop applications
GUI library for use with sfml
tgui$ g++ -I$(brew --prefix tgui)/include myapp.cpp -o myapp$ g++ myapp.cpp -o myapp -L$(brew --prefix tgui)/lib -ltgui -lsfml-graphics -lsfml-window -lsfml-system$ brew info tgui