fifechan

C++ GUI library for game development with widgets and event handling

brewmacoslinux
Try with needOr install directly
Source

About

C++ GUI library designed for games

Commands

fifechan

Examples

Include fifechan headers in a C++ game project$ g++ -I/usr/local/include/fifechan game.cpp -o game -L/usr/local/lib -lfifechan
Link fifechan library when building with CMake$ find_package(fifechan REQUIRED) and target_link_libraries(myapp fifechan)
Check installed fifechan version and location$ brew info fifechan