friction2d / friction

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

SVG Renderer #170

Open rodlie opened 6 months ago

rodlie commented 6 months 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 6 months ago

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