Processing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=What is Processing= "Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed t...") |
No edit summary |
||
Line 14: | Line 14: | ||
[[Image: downloadprocessing.png|800px]] | [[Image: downloadprocessing.png|800px]] | ||
=Processing Tutorial= | |||
<html><iframe width="420" height="315" src="https://www.youtube.com/embed//ZByppaYSJB8" frameborder="0" allowfullscreen></iframe></html> |
Revision as of 04:27, 30 April 2012
What is Processing
"Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production."
How to Get Processing On Linux
- Go to this webpage:
http://processing.org/download/
- Download the latest version of Processing to a directory of your choosing
Processing Tutorial