C++ planet simulation
-
Updated
Jun 16, 2025 - C++
C++ planet simulation
A for-fun simple web project, inspired by Tech With Tim. Python code included.
Simulate the orbit of different planets around the sun using real astronomical values like mass of the planets, distance from the sun, force of gravity to get accurate elliptical orbit.
A Python OOP project that models planets, their types, and the stars they orbit while demonstrating classes, methods, exceptions, and special methods.
Two Body Simulation
Mixed a bit of physics with python to make a small planet simulation using real astronomical data.
To associate your repository with the planet-simulation topic, visit your repo's landing page and select "manage topics."