Difference between revisions of "Processing (programming language)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (http://www.futuredatalab.com/steeringbehaviors/) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
+ | * [[Computation]] | ||
+ | * [[Computer program]] | ||
* [[Programming language]] | * [[Programming language]] | ||
+ | * [[Syntax (programming languages)]] | ||
== External links == | == External links == |
Revision as of 16:33, 24 August 2015
Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching the fundamentals of computer programming in a visual context, and to serve as the foundation for electronic sketchbooks.
The project was initiated in 2001 by Casey Reas and Benjamin Fry, both formerly of the Aesthetics and Computation Group at the MIT Media Lab.
One of the stated aims of Processing is to act as a tool to get non-programmers started with programming, through the instant gratification of visual feedback.
The language builds on the Java language, but uses a simplified syntax and graphics programming model.
See also
External links
- Official website
- Processing (programming language) @ Wikipedia
Examples
- Steering Behaviors @ Future Data Lab