Week 8
Prompt: Make a 200x200 canvas completely read by only using stroke() and point() (No funny business with strokeWeight())
I was slightly confused by this prompt, because everyone else still used the createCanvas function, as did Luisa when she demonstrated something similar in class. When I remove the createCanvas command, the canvas gets much smaller, though it still does exist.
Brightness Mirror
The squares get bigger and smaller based on brightness on the video captured by the webcam. You can see directly under the sketch a window that shows my movements and how they effect the sketch. This happened by accident while following Shiffman’s video on the brightness mirror, but I like the more abstract effect.
Here’s a link to the sketch.