Force draw / refresh
in
Programming Questions
•
2 years ago
Hi all,
I have a program which does some heavy computation inside the draw() loop. Every time I run the program, it only displays the window after the first instance of draw() is run, after which it won't update again until the draw loop terminates. Is there some way to force the program to redraw the screen at each instance of draw()?
Gene
1