Orbit Simulation
This project is a simulation of planetary orbits, developed using PyQt5 and Matplotlib. It allows users to add planets and customize their initial conditions, including position, velocity, and mass.
Features
-
Interactive Interface: Utilizes PyQt5 to provide a user-friendly graphical interface for adding and modifying planets.
-
Customizable Parameters: Users can change the position, velocity, and mass of each planet, enabling the exploration of various orbital dynamics.
-
Real-time Simulation: The program simulates the gravitational interactions between planets in real-time, showcasing complex orbital behaviors.
Technologies Used
-
Python: The main programming language for the simulation logic.
-
PyQt5: Used for creating the graphical user interface.
-
Matplotlib: Utilized for plotting the orbits and visualizing the planetary movements.
Status
The project was developed in early 2022 and contains some bugs.



