Source Releases

Source code of Blend2D including all its dependencies (asmjit) can be downloaded via the following links:

blend2d-0.10.6.zip blend2d-0.10.6.tar.xz

Source code of Blend2D including additional sample applications and benchmarking tool can be downloaded below:

blend2d-0.10.6-all.zip blend2d-0.10.6-all.tar.xz

Note

Source releases are regularly updated and the documentation shown on Blend2D site is always rebuilt when a new source release is uploaded. Source releases contain everything that is required to build Blend2D either statically or dynamically and to use it from other projects. Blend2D is very easy to build with CMake and it's also possible to use a custom build system, see Build Instructions for more details.

Binary Releases

Binary releases will be available in the future.

GitHub Repository

Source code and sample applications are available on github under blend2d organization.

Blend2D Repositories

  • blend2d - Blend2D library
  • blend2d-apps - Interactive samples that use Blend2D & Qt and benchmarking tool used to compare Blend2D performance with other libraries

Blend2D Dependencies

  • asmjit - Internal dependency required to compile Blend2D with JIT enabled (default)

You can use the following commands to clone Blend2D and AsmJit from GitHub:

# Get both Blend2D and AsmJit.
$ git clone https://github.com/asmjit/asmjit
$ git clone https://github.com/blend2d/blend2d

Bindings

Blend2D bindings are provided by third parties and are not an official part of Blend2D nor supported by the Blend2D Team. The list of bindings is provided only for convenience and their status and/or completeness is not tracked.

Third Party Bindings

You can use our Gitter Channel to suggest additions to the list or other changes. The recommended license for bindings is to use either Zlib or a license that doesn't require attribution to make it possible to use the bindings under the same conditions as Blend2D.