Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents.
The package thorvg can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(thorvg REQUIRED IMPORTED_TARGET thorvg)
target_link_libraries(main PRIVATE PkgConfig::thorvg)
Build tools
v0.15.11#0
!uwp
MIT
Manifest