| |
|
Processing essentials
- Install software
- Processing environment
- Open, save, run, sketchbook
- size, background
- Coordinate
system
- Point, line, rect, ellipse, ellipseMode, rectMode
- RGB color, Fill, stroke
- Alpha
|
|
 |
|
Exercises
Always name your exercises as follows: "EXERCISE_YourLastName",
for example "DF01_Watz". Send the finished PDE files (or
ZIP file with the whole sketch directory) to amoeba@evolutionzone.com.
DF01: Draw a scene in 300x300 resolution
containing two ellipses, four lines and one rectangle. Use only
two colors for the shapes. The background should be a different
color.
DF02: Draw a scene in
400x400 containing three ellipses in different colors. The ellipses
should have different alpha values. The
background should be a different color from the shapes.
|
|