canvas_ity icon indicating copy to clipboard operation
canvas_ity copied to clipboard

A tiny, single-header <canvas>-like 2D rasterizer for C++

Results 5 canvas_ity issues
Sort by recently updated
recently updated
newest added

Hi, this is an interesting looking little library. Any idea about the amount of work needed to build an SVG renderer out of this? I work on a game engine...

Do you have any plans to support `fillRule` https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill

- More text metrics (e.g., vertical) - Character limit on text strings

Have you heard any projects implementing a 2D Charting library on top of this library? I have a need to replace the Qwt library for our Qt based application and...

Hi! We're trying to submodule your library in ngscopeclient/scopehal, as a replacement for cairo, but I am running into issues using it as part of a class with multiple functions....