Hello,
I have a draw() loop that contains both some calculations and drawing. for efficiency reasons, I want to do the calculations continuously, but updating the screen only once a while. Is it possible?
Thanks.
1