boing is a simple rust demonstration of balls bouncing off walls Using bevy for the graphics so that I can focus on physics 😃 Implemented basic collision physics for a ball and rectangle, added gravity and drag interactions as well.