thorvg

Lightweight library for rendering vector graphics and animations

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight portable library used for drawing vector-based scenes and animations

Examples

check if thorvg is installed and view version$ brew info thorvg
use thorvg in a C++ project by linking the library$ pkg-config --cflags --libs thorvg
find where thorvg headers are installed$ brew --prefix thorvg
compile code that uses thorvg vector graphics library$ g++ -c myapp.cpp $(pkg-config --cflags thorvg) && g++ myapp.o -o myapp $(pkg-config --libs thorvg)
verify thorvg library files are properly installed$ ls -la $(brew --prefix thorvg)/lib/