Closed artofmus closed 8 years ago
you could save out the canvas image from the previous frame using get() and then do whatever you like with that. http://p5js.org/reference/#/p5/get
this sort of question is best posted in the forum: https://forum.processing.org/two/categories/p5-js, the github issues are just for code bugs. thanks!
Ok. Thanks!
is it possible feedback texture in p5.js (get previous frame) for create dynamic system like CA or reaction diffusion? Thanks!