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.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Jade Shepherd
Jade Shepherd

No responses yet

Write a response