domoszlai / juicy-gcode

A lightweight SVG to GCode converter for maximal curve fitting
https://hackage.haskell.org/package/juicy-gcode
MIT License
109 stars 7 forks source link

Interactive mode feature #24

Open berkut0 opened 11 months ago

berkut0 commented 11 months ago

It occurred to me that it might be interesting to have such a tool as an interactive application, so that you could run it as a kind of microservice and just send pieces of vector to it in real time and execute the resulting code on the fly. This could be an interesting pipeline.

domoszlai commented 11 months ago

Maybe. It would be a complete rewrite, though, as the underlying SVG parser could not handle it.