police sirens using noise to radomize size and colour intensity of blue and red circles

#codingexplorations

randomized shape (size, colours, coordinates) we made in class

#codingexplorations

redid the eye animation thing I did in week one (I think?) instead using noise to make quadinates of iris/eye move as well as y axis on eyelid. Makes eye look a bit more crazy tbh.

#codingexplorations

Week 4 Independent Study (and one piece from class)
Firstly, the piece from class - a grid made using nested for loops, and moving squares locked into these grid squares.
Secondly I used a nested for loop (offset on the canvas for consistency) as a background for a 'rug' pattern, on which I overlaid custom shapes
Finally, I accidentally made this sunbeam kind of effect using a nested for loop so decided to make a sunrise image.
#codingexplorations

making a gif

#codingexplorations

Ripple Grid: This sketch uses nested loops to create a grid of circles across the canvas.

Offset Circles: This sketch uses nested loops to place large circles in a grid. Every second row is offset slightly, which changes how the circles overlap.

Overlapping Circles: This sketch uses a single for loop to draw circles of various sizes from multiple points on the canvas (the corners and center of the canvas).

#codingexplorations

#codingexplorations
Semi abstract spotlight beam type things. The colours change slightly based on position.
#codingexplorations
playing around with for loops and such