friction2d / friction

Friction Graphics
https://friction.graphics
GNU General Public License v3.0
170 stars 10 forks source link

SVG Renderer #170

Open rodlie opened 1 month ago

rodlie commented 1 month ago

Would be nice to have an independent friction-svg-renderer that could render from the cmd line, we need SVG unit testing so this should be a priority for v1.

I tried making friction-renderer in the past, but the application is not modular enough to handle it yet (I'm working on it, but will not be ready for v1).

The SVG part will be easier to implement.

rodlie commented 1 month ago

A SVG validator would also be awesome so we can catch issues like #165