CSC103 Directions for Installing Processing
--D. Thiebaut (talk) 08:41, 1 October 2013 (EDT)
Directions for Installing Processing
Laptop Users: Download and Install Processing
- Go to http://processing.org/download/ and download the version for your system
- Install as you would a typical new application
- Test Processing by
- Starting the application
- Opening the File menu
- Selecting the examples option
- And picking an application at random (Effects, FireCube, for example!)
- If you see a rotating cube on fire in space, you're good to go!
Keep the Documentation Handy!
- Processing is a language that is well documented. All the functions that it supports are conveniently located in the Reference section of this URL: http://processing.org. Keep the Reference page open on your browser while programming. Most programmers do when they code.