Created
September 18, 2011 02:32
-
-
Save runemadsen/1224637 to your computer and use it in GitHub Desktop.
Maker Faire Presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introduction | |
Why Processing? | |
Explain session | |
Go through process | |
Draw something | |
Save it to a photo | |
Open in photoshop and print | |
Shapes in Processing | |
Draw shapes (Rectangle, Triangle, Ellipse) | |
Random | |
Random shape size | |
Random shape position | |
Color | |
RGB - not useful in generative (try random color) | |
HSB - very useful | |
Example: Generative Circles | |
While loop | |
Explain | |
Example: Generative Grid Rectangles | |
Advanced shapes: beginShape and endShape | |
Example: Generative Squares | |
Noise | |
Perlin noise | |
Example: Generative Graph | |
Example: Generative Graph Hard | |
Fonts | |
Example: Generative Font | |
Images: Manipulating Pixels | |
Example: Generative Image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment