Bouncing Line


Bouncing Line


January 17, 2021

example p5.js javascript animation random genuary

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

Comments

Happy Coding is a community of folks just like you learning about coding.
Do you have a comment or question? Post it here!

Comments are powered by the Happy Coding forum. This page has a corresponding forum post, and replies to that post show up as comments here. Click the button above to go to the forum to post a comment!