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 & HelpSyntax Questions › How to learn processing - WITHOUT the tutorials?
Page Index Toggle Pages: 1
How to learn processing - WITHOUT the tutorials?? (Read 666 times)
How to learn processing - WITHOUT the tutorials??
Dec 2nd, 2005, 5:35am
 
Okay,

Now that there are NO tutorials. How is one suppose to learn processing?

Anyone have some good suggestions?
Re: How to learn processing - WITHOUT the tutorial
Reply #1 - Dec 2nd, 2005, 7:06am
 
I've been programming in Processing for a few weeks now. I started out by looking at the examples in the learning section. For example, if you're interested in animation you might look at:

http://processing.org/learning/examples/linear.html

http://processing.org/learning/examples/bounce.html

http://processing.org/learning/examples/nonlinear.html

Or maybe you want to see how to interact with Processing:

http://processing.org/learning/examples/mousefunctions.html

Take a a look at those. Run them. Modify them. There are tons of examples available from the Processing IDE through the File->Sketchbook->Examples menu. While you're modifying the examples, keep the reference manual handy, which is available through the Help->Reference menu. The manual is very good about giving working code snippets for each function.

The other option would be to patiently wait until Ben Fry and Casey Reas finish writing their book on Processing, which I think is slated for some time next year.

Processing may look intimidating at first glance, but it really is quite simple and elegant. Just jump in to it and start experimenting. In the short time I've been working with Processing I was able to write a 3D program that interacted with the user through a web-cam and provided feedback through a particle system and billboarded text. Right now I'm finishing up an interactive Sudoku solver. I've been learning just by looking at the examples and the reference manual.

If you get stuck on something ask specific questions. The community is friendly and supportive.

Good luck,
-Chris
Page Index Toggle Pages: 1