Uses SFML for a compact physics simulation illustrating elastic collisions in C++.
-
Updated
Dec 25, 2023 - C++
Uses SFML for a compact physics simulation illustrating elastic collisions in C++.
Simulate elastic collisions in a 3D environment where particles, represented as spheres, freely move within a larger container sphere. Upon collision with each other or the container, particles exhibit elastic behavior, bouncing back while conserving total kinetic energy.
Add a description, image, and links to the elasticcollision topic page so that developers can more easily learn about it.
To associate your repository with the elasticcollision topic, visit your repo's landing page and select "manage topics."