References
Processing Reference. Also available from inside the Processing app, via the menu item Help > Reference.
Surattack.com's Processing Cheat Sheet — this is the one that was handed out in IxLab class.
Learn
Processing Text and Video tutorials.
Coding Train Processing videos
- Introduction
- Processing Environment – how to use Processing; RGB color
- Interaction – setup, draw, mouseX, mouseY, mousePressed, keyPressed
- Variables, random, and println
- Conditionals – booleans, if else, AND OR
- Loops
- Functions
- Objects & Classes (skip this for now)
- Arrays
IxLab Slides
- Class 14 – Processing & Drawing
- Class 15 – Animation and Variables
- Class 16 – Loops + Keyboard & Mouse Interaction
- Class 17 – Functions
- Class 18 – Arrays
- Slides 19 – Sound
- Slides 20 – Serial Communication (1)
- Slides 21 – Serial Communication (2)
Books
- Processing: A Programming Handbook for Visual Designers, Second Edition. Casey Reas and Ben Fry
- Make: Getting Started with Processing, Second Edition. Casey Reas and Ben Fry.
- Learning Processing, Second Edition: A Beginner's Guide to Programming Images, Animation, and Interaction. Daniel Shiffman.