How can I run a never ending program written in Processing?
I'm programing an art project in Processing that creates new images without repeating itself. I'd like to run and stream it continuously for as long as possible. Any ideas?
Not sure I understand the question. Loop() should call draw() each frame, forever. Does it just hang, or run out of memory?