Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 425 Bytes

File metadata and controls

12 lines (12 loc) · 425 Bytes

orbit-simulator

A simple orbit simulator created in python.

Prerequisites

  • Python 3.10+
  • matplotlib

Install matplotlib

Open your computer's terminal and type in and press enter

pip install matplotlib

Creating custom bodies

All bodies are defined by the body class, to create a custom body, create a new instance of the body class, replace the quoted texts in line 106 with the values you want.