Skip to content

Samples that use only Blend2D library

Notifications You must be signed in to change notification settings

lineCode/bl-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blend2D - Getting Started and Sample Applications

This repository contains few samples that use Blend2D rendering engine. Many samples come from Getting Started page. It's expected (by default) that the directory structure is similar to the directory structure described in the Getting Started page. Use the following commands to fetch asmjit, blend2d, and these samples:

$ git clone --depth=1 https://github.com/asmjit/asmjit --branch next-wip
$ git clone --depth=1 https://github.com/blend2d/blend2d
$ git clone --depth=1 https://github.com/blend2d/bl-samples

After you have these 3 projects cloned use cmake to create your bl-samples project, the rest should be handled automatically.

Resources

Some applications require files that are stored in resources directory to work properly. Copying all resources to the build directory should be handled by the build script, but if it fails for whatever reason just copy the content of resources to your build directory. If these files are missing the sample should report an error.

All files within resources should be freely redistributable:

License

All code samples (.cpp files) can be distributed under either Public Domain (UNLICENSE) or ZLIB license.

About

Samples that use only Blend2D library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.0%
  • CMake 22.7%
  • C 12.4%
  • Shell 4.9%
  • Batchfile 3.0%