#Recommendation Processing or p5.js?

1 messages · Page 1 of 1 (latest)

drowsy mauve
#

Hello everyone

I have been making my sketches with p5.js for some time now. For my current project, I would like to print my (2D and 3D) sketches. For this reason, i have now also learned some processing. In Processing 4 i saw that i can also program with p5.js. Can i also export sketches for printing with p5.js? What is your recommendation (Processing or p5.js)?

timid monolith
#

if you want to save stuff to a file (SVG, for example, would be great for printing) I think Processing has the advantage here.

#

I don't think P5.js has something as easy as this.