Lightweight library for rendering vector graphics and animations
Lightweight portable library used for drawing vector-based scenes and animations
$ brew info thorvg$ pkg-config --cflags --libs thorvg$ brew --prefix thorvg$ g++ -c myapp.cpp $(pkg-config --cflags thorvg) && g++ myapp.o -o myapp $(pkg-config --libs thorvg)$ ls -la $(brew --prefix thorvg)/lib/