An open API service indexing awesome lists of open source software.

https://github.com/hilbertcube/euler-verlet-rk4-sfml

Simple physics engine using Euler, Verlet, and Runge-Kutta 4 integration.
https://github.com/hilbertcube/euler-verlet-rk4-sfml

Last synced: 11 months ago
JSON representation

Simple physics engine using Euler, Verlet, and Runge-Kutta 4 integration.

Awesome Lists containing this project

README

          

# Three different implementations of collision physics

Implemented with a naive algorithm of collision detection.

Minimum requirements: C++ 17, SFML 2.6, and CMake 3.10.

Before building, make sure to change your path to SFML in CMakeLists.txt.

\
\
\
![image](media/demo.png)