tgui

GUI library for SFML providing widgets and themes for desktop applications

brewmacoslinux
Try with needOr install directly
Source

About

GUI library for use with sfml

Commands

tgui

Examples

Include TGUI headers in C++ project for GUI development$ g++ -I$(brew --prefix tgui)/include myapp.cpp -o myapp
Link TGUI library with SFML for GUI widget integration$ g++ myapp.cpp -o myapp -L$(brew --prefix tgui)/lib -ltgui -lsfml-graphics -lsfml-window -lsfml-system
Check TGUI installation path and version information$ brew info tgui