...I should use lyon to make a #rust plotting library. And a data mongling library to go with it, like numpy but more metal.
...now how do I get paid for this? -_-
@icefox lyon?
@er1n a very slick geometry rendering library. Basically similar to Cairo or SVG, though currently still more basic. #ggez uses it for shape tessellation and such. And the maintainer is super cool.
@er1n Basically if you're rendering stuff and care enough to ask questions like "how does this line cap render?" then lyon is the way to go.
It might not support line caps yet but it's at least on the list.
@er1n a very slick geometry rendering library. Basically similar to Cairo or SVG, though currently still more basic. #ggez uses it for shape tessellation and such. And the maintainer is super cool.