canvas_ity icon indicating copy to clipboard operation
canvas_ity copied to clipboard

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

Results 8 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....

I'm wondering how hard it would be to use this on embedded system (like a ESP32, in esp-idf or a STM32 dev board). It already has numerous features that are...

Hi, I'm really interested in learning about software rasterization techniques and algorithms for vector graphics specifically, like the ones used in this project. However, I'm having a really hard time...