Oct 12 2013
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.
- 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.
- Variables, Data, Input
- setup(), draw()
- background()
- point(), line(), rect(), triangle(), shape()
- fill(), noFill()
- stroke(), strokeWeight()