guichan

Small, efficient C++ GUI library designed for games

brewmacoslinux
Try with needOr install directly
Source

About

Small, efficient C++ GUI library designed for games

Commands

guichan

Examples

Link guichan library in C++ game project compilation$ g++ -o game game.cpp -lguichan
Check installed guichan version and library information$ pkg-config --modversion guichan
Get compiler flags for guichan integration$ pkg-config --cflags --libs guichan