Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 891 Bytes

File metadata and controls

12 lines (7 loc) · 891 Bytes

newbody.py is based on the ThreeBodyBot Numeric Tutorial

3body.py is a work in progress attempt at doing it through an object-oriented implementation

config.py has object mass, position, and velocities for the simulation; you can add your by following the template and commenting out/removing the unnecessary ones

Animation

Uses Numpy and Matplotlib

8plot 8plot