Registry / other / plutovg

plutovg

JSON →
library1.3.2vcpkgunverified

Tiny 2D vector graphics library in C for rendering paths, shapes, and text.

vcpkg install plutovg
INSTALL
IMPORT
SIG · PLUTOVG
P
plutovg
othercppv1.3.2
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.

plutovg.h
#include <plutovg.h>

Draws a filled rectangle on a 200x200 surface.

#include <plutovg.h> int main() { plutovg_surface_t* surface = plutovg_surface_create(200, 200); plutovg_t* pluto = plutovg_create(surface); plutovg_rect(pluto, 10, 10, 180, 180); plutovg_fill(pluto); plutovg_destroy(pluto); plutovg_surface_destroy(surface); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

plutovg — pip install plutovg · libregistry