Skip to content

Instantly share code, notes, and snippets.

@runemadsen
Created September 18, 2011 02:32
Show Gist options
  • Save runemadsen/1224637 to your computer and use it in GitHub Desktop.
Save runemadsen/1224637 to your computer and use it in GitHub Desktop.
Maker Faire Presentation
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