Registry / other / thorvg

thorvg

JSON →
library1.0.5vcpkgunverified

ThorVG is a platform-independent portable library for drawing vector-based scenes and animations

vcpkg install thorvg
INSTALL
IMPORT
SIG · THORVG
T
thorvg
othercppv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

thorvg.h
#include <thorvg.h>

Draw a rounded rectangle

#include <thorvg.h> int main() { auto canvas = tvg::SwCanvas::gen(); canvas->resize(800, 600); auto shape = tvg::Shape::gen(); shape->appendRect(100, 100, 200, 200, 10, 10); shape->fill(255, 0, 0, 255); canvas->push(std::move(shape)); canvas->draw(); canvas->sync(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

thorvg — pip install thorvg · libregistry