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

https://github.com/kontheocharis/gravity-engine-cpp

Solar system simulator in C++ with SFML
https://github.com/kontheocharis/gravity-engine-cpp

cpp eigen sfml

Last synced: over 1 year ago
JSON representation

Solar system simulator in C++ with SFML

Awesome Lists containing this project

README

          

# Gravity Engine C++

A copy of [gravity-engine](https://github.com/kontheocharis/gravity-engine) made with C++ and SFML.

### Installing & Usage

Ensure that SFML and Eigen are installed, as well as a recent `g++` version (tested with 9.20).

```
git clone https://github.com/kontheocharis/gravity-engine-cpp
cd ./gravity-engine-cpp
mkdir -p build && cd build
cmake ..
make
```

Then run with `./gravity-engine++`

### Todo

- [x] Split into separate files.
- [ ] Add screenshots.
- [ ] Fix some collision-related bugs.