Bouncing Line



Bouncing Line



This sketch draws a line between two points that bounce around, creating a colorful gradient. I created this for the 17th day of Genuary which had a prompt of “Draw a line, pick a new color, move a bit.”

bouncing line bouncing line bouncing curve bouncing curve bouncing line bouncing line

Remix Ideas

  • Try calling bezier() instead of line() to create a curve.
  • Make it so each point bounces in a new random direction when it hits an edge.
  • Create your own sketch from the prompt: “Draw a line, pick a new color, move a bit.”

Animation Examples