Assignments
Week 1 -
Tuesday, April 1
Create a program in Processing that draws a picture. You should use the following commands:
size();
background();
point();
line();
ellipse();
triangle();
rect();
quad();
rect();
stroke();
strokeWeight();
smooth();
fill();
Also use a for loop.
Use the Processing.org reference. Assgnment due and shown in class on Tuesday, April 8.
Week 2 -
Tuesday, April 7
Part 1 Create a program in Processing that draws a picture using the Time and Date functions. It can be a literal clock or something more abstract. Use the save() function to save your picture.
Part 2 Also, create an interactive program that responds to user through mouse and keyboard input.
|