lyon
lyon copied to clipboard
Plotting svg
Hi, I am curious on this project and want to have some basic understanding about it. How to plot a line/cirlce/square with lyon ? Could you give some examples ? Does it support cpu ?
Hi, currently, lyon mostly provides a way to produce triangle geometry from vector paths. That's only a small piece of puzzle when rendering SVG documents. It sounds like you are looking for something higher level. I suggest looking into projects tiny-skia (CPU) and vello (GPU) if you are looking for more complete rendering stacks.