My question is kinda simple but I can't find any answer in the examples provided with the library. I would like to know if it's possible to display the state and values of some variables in my custom menu with a kind of "textlabel" object.
I'm just starting to get a look at vectors and particles system in Processing, that's why I'm working on the simple particles example given in the examples library.
My project is to change the amount of emitted particles in function of some parameters that I will define in the near future.
However I can't manage to find the part which can change the amount of emitted particles.
I understood that the particles are stored in an array but I can't find where I can change the numer of particles... I almost tested everything possible in the code, but I think I'm looking for that in the wrong way...