We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › draw in real time
Page Index Toggle Pages: 1
draw in real time? (Read 290 times)
draw in real time?
Nov 11th, 2008, 10:11pm
 
Is the a command to that allows me to actually watch say,
rect(x,y,z,p);
being drawn in real time??

I'm just getting started on here, first post. I really want try some things out though, help is appreciated.

paddy
Re: draw in real time?
Reply #1 - Nov 12th, 2008, 7:37am
 
I am not sure of what you mean by "real time". But somehow, yes: it is not batch rendering, like drawing in a file then displaying it. You can make stuff reacting to user input, for example.
If you start PDE (the Processing IDE), you go to the menus File > Examples > Topics, you will find a number of examples with animation, like those under Animation (sic), Interaction, Motion.
Page Index Toggle Pages: 1