Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 366 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 366 Bytes

N-Body-Simulator

A Basic N-Body / Solar System simulator

Imgur

Building

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

Run

./N-Body-Simulator