Skip to content

Simulate the solar system (or any n-body simulation) using this code. Its intuitive user interface lets you visualize movement, obtain orbital data for a specific body, and add in new bodies.

Notifications You must be signed in to change notification settings

talinke/SolarSystemSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SolarSystemSimulation

Simulate the solar system (or any n-body simulation) using this code. Its intuitive user interface lets you visualize movement, obtain orbital data for a specific body, and add in new bodies.

Link the function and menu file during compilation. For Mac, use:

gcc SolarSys_func.c SolarSys_menu.c

./a.out

About

Simulate the solar system (or any n-body simulation) using this code. Its intuitive user interface lets you visualize movement, obtain orbital data for a specific body, and add in new bodies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages