libagg

High fidelity 2D graphics library for C++ rendering

brewmacoslinux
Try with needOr install directly
Source

About

High fidelity 2D graphics library for C++

Commands

libagg

Examples

Link libagg library in C++ project compilation$ g++ -o myapp myapp.cpp -lagg
Include libagg headers in C++ source code$ g++ -I$(brew --prefix libagg)/include -o myapp myapp.cpp -L$(brew --prefix libagg)/lib -lagg
Check libagg installation location and version$ brew list libagg && brew info libagg