
Instructor: Irene Fubara-Manuel
Week 1
How can we make/keep this environment
safe and productive for everyone?
![]() |
projects that make use of emerging media technologies and are concerned with the cultural, political, and aesthetic possibilities of these tools. |
| — Jana and Tribe (2006, p.6) |

















createCanvas(x, y);
function draw() { fill('tomato'); rect(150, 150, 100, 100); fill('seagreen'); rect(150, 150, 50, 50); }
Make a hand-drawn self portrait using basic shapes
and create a p5 sketch using what we have just learned
for next week’s class