/svg-tessellation-renderer

An SVG tessellation-based renderer which uses GPU storage buffers for inexpensive redraw.

Primary LanguageRustApache License 2.0Apache-2.0

SVG Tessellation Renderer

build

A tessellation-based renderer for SVG files. The renderer uploads a tessellation to the GPU and renders from a GPU storage buffer offering inexpensive redraw for affine transformations.

You may need some know-how or troubleshooting skills to work with this crate at the moment.