2D vector graphics engine powered by a JIT compiler
copied from cf-post-staging / blend2dBlend2D is a high performance 2D vector graphics engine written in C++ and released under the Zlib license. The engine utilizes a built-in JIT compiler to generate optimized pipelines at runtime and is also capable of using a reference pipeline for environments where JIT compilation is not possible.