Homework 5

Jade Shepherd
1 min readFeb 16, 2021

Recreations, 2/17/21

Tim’s Spiral Bloom Recreation
  • Start off with a translation to move the whole piece to the center of the canvas.
  • Created a for loop to make the squares overlap on top of each other and the amount.
  • Rotated the squares to create the spirals.
  • Made a separate function of the square with individual variables to change pieces more easily. This also allowed me to get the spacing of the layered squares in the center of the square.
Bouncing Around
  • Off of the function of the square I added small squares that make a pattern bouncing around.
  • Created a new variable — expand which created the circular movement. Multiplied it with x,y, and width in the square function to create the way the balls moved around the space.
  • Using fill() with sin and iterator allowed the gradient of gray and blacks.
Spunk
  • I added a spiral effect using ellipses.
  • I made a new function spiral() with a for loop out of the angle.
  • j and y became the x and y placement for my ellipse. This created the expansion of the spirals and funky design.
  • s controlled the speed.

--

--