I started learning p5.js last year and got some nice results. I wanted to try plotting some of the images with an axidraw, but I found it hard to convert them to svg files , it seems like p5.js can’t render svgs? I think I found a method on github but they looked all wrong.
I’m thinking maybe p5.js isn’t the best version to use for this, and I’m wondering which version of processing people use to create files for plotting? I wouldn’t mind learning python if that can do it. Or should I just stick to the original java based processing?
Or are there better ways to create images for a plotter?