Rigid Body Simulator Personal ProjectPersonal project written in C++. Creating basic physics engine. Circles created with mass based on size, collide with walls and with each other. The next step was going to be to resolve multiple simultaneous collisions to avoid overlap of circles.