sdk
sdk copied to clipboard
TinyVG software development kit
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.
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:...
Currently, the document parser is only accessible from Zig. Add a interface to the C api
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...
Will it by availeble on nuget.org for winforms .net framework
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...
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,...