Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 320 Bytes

Balls.js

Playing around with 2D rigid body physics. Balls with elastic collisions straight in your browser.

To do

  • Check inclusivity of x1, y1 bounds
  • Fix chaos when area too small and multiple simultaneous collisions
  • Add gravity
  • Allow mouse to move and throw balls
  • Document elastic ball collision maths