Skip to Content

blend2d v2023-06-16

Created
Updated

Beta 2D Vector Graphics 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

!uwp & !wasm32

  • linux
  • osx
  • windows
  • uwp

# Features

Default features: jit , logging , tls

# jit default

Default feature. Enables jit pipeline compilation.

Dependencies:
  • blend2d

    Platforms: windows
    Features: (none)

No transitive dependencies.

Host Dependencies:

No dependencies.

# logging default

Default feature. Enables logging.

Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# tls default

Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported.

Dependencies:
  • blend2d

    Platforms: windows
    Features: (none)

No transitive dependencies.

Host Dependencies:

No 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

# Changelog

  • 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)
  • 76cfc85 [blend2d] Remove vcpkg_fail_port_install. (#22741)
and 16 more commits:

# Source