Registry / other / blend2d

blend2d

JSON →
library2025-03-08vcpkgunverified

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

other
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.

#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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
15 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
Resources

No resource links recorded.