Difference between revisions of "Processing (programming language)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 22: Line 22:
  
 
* [http://www.futuredatalab.com/steeringbehaviors/ Steering Behaviors] @ Future Data Lab
 
* [http://www.futuredatalab.com/steeringbehaviors/ Steering Behaviors] @ Future Data Lab
 +
 +
 +
[[Category:Computer programming]]
 +
[[Category:Computer science]]
 +
[[Category:Computing]]
 +
[[Category:Software]]

Latest revision as of 05:15, 25 April 2016

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.

Description

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

Examples