Bouncing Balls with matter.js

🔗 Code Example: Bouncing Ball with matter.js

🔗 References:

🔗 Timestamps:

  • 0:34 Add matter.js to sketch

  • 1:09 Setup engine and create a ball

  • 6:30 Create a Ball class

  • 10:17 Add random initial velocity

  • 13:07 Add colors

  • 13:58 Remove balls that are off the screen from the physics' world and balls array

  • 22:38 Create a Boundary class

Previous

Springy Chain with matter.js 🔗

Next

Introduction to matter.js 🔴 🟪