FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   void draw() ??
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: void draw() ??  (Read 408 times)
rhellyer


void draw() ??
« on: Mar 27th, 2005, 11:40pm »

I am new to proce55ing and noticed that folks use a function void draw() in static mode. I looked on the reference page but can't find a description of that and how one is supposed to use it. Is there such a description anywhere? ALso are there any other goodies such as this, or an updated syntax description?
 
... and a final question. I'm doing a recursive breadth first search in static mode and would like to display the results in the sketch window, but with a delay between each display. Any way that i can do that (i guess 'delay' only works in the intereactive mode)
 
cheers
 
fry


WWW
Re: void draw() ??
« Reply #1 on: Mar 28th, 2005, 1:11am »

the 'environment' part of the reference:
http://processing.org/reference/environment/index.html#Programming_modes
has what you're looking for.
 
rhellyer


Re: void draw() ??
« Reply #2 on: Mar 28th, 2005, 7:00am »

thanks Ben ... i was thrown because the reference that is downloaded with the program is slightly different, and doesn't refer to draw().
 
Pages: 1 

« Previous topic | Next topic »