https://github.com/ucx15/gravity
Simulation of Newton's Law of Gravity in C++
https://github.com/ucx15/gravity
cpp glm gravity gravity-simulation sdl2
Last synced: about 2 months ago
JSON representation
Simulation of Newton's Law of Gravity in C++
- Host: GitHub
- URL: https://github.com/ucx15/gravity
- Owner: ucx15
- License: mit
- Created: 2024-01-07T20:34:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T20:34:24.000Z (over 2 years ago)
- Last Synced: 2025-06-14T02:40:56.875Z (12 months ago)
- Topics: cpp, glm, gravity, gravity-simulation, sdl2
- Language: C
- Homepage:
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
# nBodies Simulation
Simulation of Newton's Law of Gravity in C++.
## Dependencies
* [SDL2](https://www.libsdl.org/)
* [GLM](https://github.com/g-truc/glm)
## Quick Start
```
$ ./build.ps1
```
* I use windows as a primary OS, so currently only windows is supported. Feel free to port to Linux.
* Using Powershell as a building tool.