{"id":61548,"library":"blend2d","title":"Blend2D","description":"A 2D vector graphics engine powered by a JIT compiler.","status":"active","version":"2025-03-08","language":"cpp","source_language":null,"source_url":null,"tags":["2d-graphics","vector-graphics","jit","rendering"],"install":[{"cmd":"vcpkg install blend2d","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(blend2d CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE blend2d::blend2d)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"blend2d.h","correct":"#include <blend2d.h>"}],"quickstart":{"code":"#include <blend2d.h>\n\nint main() {\n    BLImage img(640, 480, BL_FORMAT_PRGB32);\n    BLContext ctx(img);\n    ctx.setFillStyle(BLRgba32(0xFF0000FF));\n    ctx.fillRect(100, 100, 200, 200);\n    ctx.end();\n    img.writeToFile(\"output.png\");\n    return 0;\n}","lang":"cpp","description":"Create an image, draw a red rectangle, and save to PNG."},"warnings":[],"env_vars":null,"search_vec":"'2d':3,13 '2d-graphics':12 'blend2d':1 'compil':11 'engin':6 'graphic':5,14,17 'jit':10,18 'power':7 'render':19 'vector':4,16 'vector-graph':15","created_at":"2026-06-17T04:55:26.584011+00:00","updated_at":"2026-06-17T04:55:26.584011+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}