Skip to content

kontheocharis/gravity-engine-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity Engine C++

A copy of 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

  • Split into separate files.
  • Add screenshots.
  • Fix some collision-related bugs.

About

Solar system simulator in C++ with SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published