Skip to Content

blend2d v2024-07-08

Created
Updated

2D Vector Graphics Engine Powered by a JIT Compiler

# Usage

blend2d provides CMake targets:

find_package(blend2d CONFIG REQUIRED)
target_link_libraries(main PRIVATE blend2d::blend2d) 

# License

# Supported Platforms

!wasm32

  • linux
  • osx
  • uwp
  • windows

    # Features

    Default feature: jit

    # jit

    Enables JIT compiler to generate optimized pipelines.

    Supports: !arm32
    • linux
    • osx
    • uwp
    • windows
      Dependencies:

      No transitive dependencies.

      Host Dependencies:
      2 transitive dependencies:

      # Dependencies

      No dependencies.

      # Host Dependencies

      No transitive dependencies.

      # Dependents

      # Host Dependents

      No dependents.

      # Contributors

      • ZeeWanderer's avatar ZeeWanderer
      • nicole mazzuca's avatar nicole mazzuca
      • Billy O'Neal's avatar Billy O'Neal
      • Jason Beverage's avatar Jason Beverage
      • Connor Broyles's avatar Connor Broyles
      • Lily Wang's avatar Lily Wang
      • MonicaLiu's avatar MonicaLiu
      • Jakub Melka's avatar Jakub Melka

      # Changelog

      • 11884e4 [blend2d] update port to 2024-06-28 (#39730)
      • 52716b9 [blend2d] Fix core build (#33550)
      • f951717 [blend2d] update port to 2023-06-16 (#32372)
      • 348fe8e [blend2d] update port to 0.10 (#31675)
      • 6913327 [blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit (#30820)
      • 9484a57 Update vcpkg-tool to 2023-02-16. (#29664)
      • edf51f5 [blend2d|osgearth] Allow blend2d and osgearth[blend2d] on ARM (#29141)
      • 77a14f2 [blend2d] Update to 2022-12-31 (#28962)
      • b47a6fa Fix blend2d vs2017 (#24508)
      • 20ac8a6 [blend2d] Update to 2022-02-19 (#22138)
      and 17 more commits:

      # Source