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

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++

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.