We are about to switch to a new forum software. Until then we have removed the registration on this forum.
In the code example given here: https://processing.org/examples/simpleparticlesystem.html
How would one slow down the particle creation rate with out slowing down the animation of them falling?
Thank you!
Answers
https://Processing.org/reference/modulo.html
https://Processing.org/reference/frameCount.html
I tried TfGuy44 solution and seemed to work great! Thank you!