Hacker News new | ask | show | jobs
by ibrault 2563 days ago
This, and everything else in the #plottertwitter hashtag, seems super cool. Are there any good resources for exploring this space and getting into it?
1 comments

If you're interested in algorithmic drawing, https://turtletoy.net is a nice little toy to play around in and it uses the same primitive operations as most plotters (pen up and down, move to coordinate). One popular plotter is AxiDraw which can be controlled in a multitude of ways including an Inkscape plugin and a REST-API.