A Basic N-Body / Solar System simulator
Requires the SFML library
On Ubuntu:
sudo apt-get install libsfml-dev
cmake <path-to-source>
make
On OSX with Homebrew:
brew install sfml
cmake <path-to-source>
make
./N-Body-Simulator
A Basic N-Body / Solar System simulator
Requires the SFML library
On Ubuntu:
sudo apt-get install libsfml-dev
cmake <path-to-source>
make
On OSX with Homebrew:
brew install sfml
cmake <path-to-source>
make
./N-Body-Simulator