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.
IndexDiscussionGeneral Discussion,  Status › Abilities of Processing
Page Index Toggle Pages: 1
Abilities of Processing (Read 852 times)
Abilities of Processing
Nov 18th, 2007, 6:45am
 
Hi, I'm new to Processing, I've been working with programs like vvvv, max/msp and NI Reaktor. I wonder, what are the abilities of Processing? What it is capable of and what it's not capable of?
Re: Abilities of Processing
Reply #1 - Nov 18th, 2007, 10:40am
 
Look at the Exhibition to see what Processing is capable of. If you want to learn processing you can also check out the Learning link.
Under Reference there are comparisons to other languages.
Re: Abilities of Processing
Reply #2 - Nov 18th, 2007, 5:24pm
 
Thanks for the answer. What are your personal views on Processing? What do you use it for?
Re: Abilities of Processing
Reply #3 - Nov 25th, 2007, 7:12pm
 
Here's one perspective... as the name suggests, Processing puts the focus on HOW you make something. It makes some projects much easier to realize.

Working with Processing is most related to programming with Java and C++, but Processing makes programming graphics and motion easier. It can do anything that Java can do (it is Java) and can do much of what C++ can do (with the OpenGL bindings using JOGL).

Processing is very different from Max and vvvv because it's a text-based programming language. This works better for some people and not for others.

One of the greatest strengths of Processing is its libraries: http://www.processing.org/reference/libraries/

Casey


Page Index Toggle Pages: 1