What exactly are you trying to do? Do you want to export the rendering of a P5.js sketch to a movie file that you play later? Do you want to make it look like the P5.js sketch is a movie in the webpage? Something else?
Sorry, I'll try to be more specific.
I did some sketches in the program, and I need to transform those images in a document in the format .mov
(Juts like he did with his sketche in processing)
the problem with p5.js is that you can't save files, web browsers / javascript generally don't let you for security reasons. so you'll have problems doing what he does here.
can you convert it to processing java mode easily?
Answers
Can you please be more specific?
What exactly are you trying to do? Do you want to export the rendering of a P5.js sketch to a movie file that you play later? Do you want to make it look like the P5.js sketch is a movie in the webpage? Something else?
What have you tried? What research have you done?
Sorry, I'll try to be more specific. I did some sketches in the program, and I need to transform those images in a document in the format .mov (Juts like he did with his sketche in processing)
please don't repeat questions.
the problem with p5.js is that you can't save files, web browsers / javascript generally don't let you for security reasons. so you'll have problems doing what he does here.
can you convert it to processing java mode easily?
Yeah I will try this option. Thank you
there is a saveFrames in p5.js, as doodadoot discovered
http://p5js.org/reference/#/p5/saveFrames
continued (pointlessly) here:
https://forum.processing.org/two/discussion/19245/how-can-i-save-a-frame-of-the-sketch-as-png-file-in-p5-js