Skip to content

Resethel/N-Body-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A not-to-scale n-body-simulator using SFML

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published