A copy of gravity-engine made with C++ and SFML.
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++
- Split into separate files.
- Add screenshots.
- Fix some collision-related bugs.