C++ GUI library for game development with widgets and event handling
C++ GUI library designed for games
fifechan$ g++ -I/usr/local/include/fifechan game.cpp -o game -L/usr/local/lib -lfifechan$ find_package(fifechan REQUIRED) and target_link_libraries(myapp fifechan)$ brew info fifechan