Skip to content

svante2001/three-body-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing the three body problem

This projects uses the universal law of gravitation, some simple ordinary differential equations and the VPython library to visualize a simulation of the three body problem. Run the simulation yourself with: $ python3 src/main.py

To do

  • Collision detection.
  • Implement my own ODE solver to ensure energy conservation.
  • Make it scalable for $n$ bodies.

About

Visualizing the three body problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages