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
- Host: GitHub
- URL: https://github.com/kontheocharis/gravity-engine-cpp
- Owner: kontheocharis
- License: mit
- Created: 2019-11-16T18:18:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T18:25:39.000Z (over 6 years ago)
- Last Synced: 2025-01-28T23:48:59.345Z (over 1 year ago)
- Topics: cpp, eigen, sfml
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.