This is an experimental React / Redux animation project:
- add bouncing balls to a bounded box with gravity
- run physics engine with each tick in time an action
demo: http://hoskings-bounce.azurewebsites.net/
Physics calculations based on: https://burakkanber.com/blog/modeling-physics-javascript-gravity-and-drag/
TODO:
- ball on ball collision
- infinite momentum bug