Processing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 11: | Line 11: | ||
http://processing.org/download/ | http://processing.org/download/ | ||
*Download the latest version of Processing to a directory of your choosing | *Download the latest version of Processing to a directory of your choosing - make sure you get the right version of Processing for your operating system (Windows vs Mac OSX vs Linux) and bit number (32-bit vs 64-bit)! | ||
[[Image: downloadprocessing.png| | [[Image: downloadprocessing.png|500px]] | ||
=Processing Tutorial= | =Processing Tutorial= | ||
<html><iframe width="420" height="315" src="https://www.youtube.com/embed//ZByppaYSJB8" frameborder="0" allowfullscreen></iframe></html> | <html><iframe width="420" height="315" src="https://www.youtube.com/embed//ZByppaYSJB8" frameborder="0" allowfullscreen></iframe></html> | ||
[[Category:Tools]] [[Category:Software]] |
Latest revision as of 05:40, 13 November 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 - make sure you get the right version of Processing for your operating system (Windows vs Mac OSX vs Linux) and bit number (32-bit vs 64-bit)!
Processing Tutorial