Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.48 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.48 KB

Animation w/ Processing

Oct 12 2013

Processing.org

http://processing.org

Processing is a programming language developed for and by artists. It is a supportive community engaged in teaching, sharing, and learning. The language is based on the JAVA, and retains many similarities. The Processing software is free and open source, and runs on the Mac, Windows, and GNU/Linux platforms.

Learning by Disection, Tweaking, and Searching

  • Keep notes, copy/paste, save links, make a mess
  • learn by tweaking out and saving code of examples you find interesting
  • Read code, read comments, ask questions
  • Number fudging. Change and re-load.

Processing Resources

Basics

  • Variables, Data, Input

Graphics

Code Concepts and Techniques for Animation

Output

Reference