sdk icon indicating copy to clipboard operation
sdk copied to clipboard

TinyVG software development kit

Results 13 sdk issues
Sort by recently updated
recently updated
newest added

A bare minimum implementation. Produces only text version of TinyVG. Adds basically full SVG support. resvg is one of the best SVG parsers out there. More specifically it adds text,...

Currently, no line caps are emitted to SVG. This is wrong as the rendering will differ between TinyVG rendering and SVG rendering.

bug

Currently, only a software renderer is provided. This should be changed in a way that the SDK supports exporting GPU usable data (export set of triangles). This feature should provide:...

enhancement

Currently, the document parser is only accessible from Zig. Add a interface to the C api

enhancement

The author of https://github.com/RazrFalcon/resvg said it might be easier to use resvg as a code base for the SVG converter: https://news.ycombinator.com/item?id=29637778 This is something that would allow `tvg-text` to also...

enhancement

Will it by availeble on nuget.org for winforms .net framework

enhancement

Would it be possible to add a partial rendering function to TinyVG? Typically, on embedded system, we don't have enough memory to store complete picture buffer in memory. So most...

If so, how ?

enhancement

Could you test the build using latest nightly Zig?

Observed this being used in some SVGs saved in Inkscape, might not be something that's actually coming from there specifically but possibly some other conversion (e.g. FontForge). Currently, it's unhandled,...