Week 1

This week’s highlights:

Reading

Required

Chapters 1-3 in Getting Started with Processing. Run the examples as you go through. Make a note and skim if you find a section you have trouble with. The examples can be loaded directly from the Processing environment (go through menus File/Examples/GettingStartedBook).

Optional

Code Complete, chapter 2. This describes some of the metaphors for programming I probably screwed up in class.

Homework

  1. Write a program to draw a picture that uses at least 5 different functions from the Processing library. Some suggestions: look under the 2D Primitives and Color sections.

  2. Take 2 examples from chapter 2 or 3 in Getting Started with Processing, and modify them. Suggestions: change shapes by replacing one function call with a different one, or by changing function parameter values; change colors by using the background(), fill(), or stroke() functions.