Registry / other / blend2d

blend2d

JSON →
library2025-03-08vcpkgunverified

A 2D vector graphics engine powered by a JIT compiler.

vcpkg install blend2d
INSTALL
IMPORT
SIG · BLEND2D
B
blend2d
othercppv2025-03-08
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.

blend2d.h
#include <blend2d.h>

Create an image, draw a red rectangle, and save to PNG.

#include <blend2d.h> int main() { BLImage img(640, 480, BL_FORMAT_PRGB32); BLContext ctx(img); ctx.setFillStyle(BLRgba32(0xFF0000FF)); ctx.fillRect(100, 100, 200, 200); ctx.end(); img.writeToFile("output.png"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-03-08latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Meta
2
OpenAI (training)
1
Resources

No resource links recorded.

blend2d — pip install blend2d · libregistry