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)
   does a beginners guide exist?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: does a beginners guide exist?  (Read 375 times)
nine6


does a beginners guide exist?
« on: Sep 21st, 2004, 4:26am »

i've done a little actionscripting and no java.
is there someplace that has a little more info
on the scripting required for Processing?
 
even just a breakdown, line by line, of whats going
on?
 
fjen

WWW
Re: does a beginners guide exist?
« Reply #1 on: Sep 21st, 2004, 6:09am »

hi nine6,
 
no sure about the beginners thing but just ask us ... i'd recomend you start with these pages:
 
http://processing.org/reference/setup_.html
http://processing.org/reference/loop_.html
 
these functions are the basis of any processing programm. setup to initialize the environment, loop is called every frame (think "onEnterFrame" in a single-frame-environment).
 
oh, just found these ..:
http://processing.org/learning/tutorials/index.html
 
good luck,
/F
 
Pages: 1 

« Previous topic | Next topic »