fltk

Cross-platform C++ GUI toolkit for building graphical applications

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform C++ GUI toolkit

Commands

fltk-config

Examples

Get compiler flags and libraries needed to compile FLTK applications$ fltk-config --cxxflags --ldflags
Compile an FLTK C++ source file into an executable$ g++ myapp.cpp $(fltk-config --cxxflags --ldflags) -o myapp
Display the installed FLTK version$ fltk-config --version