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.
- Host: GitHub
- URL: https://github.com/hilbertcube/euler-verlet-rk4-sfml
- Owner: hilbertcube
- Created: 2025-02-05T01:42:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T21:40:19.000Z (over 1 year ago)
- Last Synced: 2025-05-19T07:22:34.506Z (about 1 year ago)
- Language: C++
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
\
\
\
