https://github.com/calesi19/orbital-simulator
C++ simulation of several satellites rotating around earth's orbit with implemented physics. User can steer a spaceship and shoot at the satellites or crash into objects.
https://github.com/calesi19/orbital-simulator
cpp feature
Last synced: 2 months ago
JSON representation
C++ simulation of several satellites rotating around earth's orbit with implemented physics. User can steer a spaceship and shoot at the satellites or crash into objects.
- Host: GitHub
- URL: https://github.com/calesi19/orbital-simulator
- Owner: Calesi19
- Created: 2023-05-31T03:28:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T05:25:40.000Z (over 2 years ago)
- Last Synced: 2026-04-10T11:41:52.208Z (3 months ago)
- Topics: cpp, feature
- Language: C++
- Homepage:
- Size: 3.51 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# OrbitalSimulator
In this C++ project, users navigate a spacecraft and engage with orbiting satellites. This sophisticated simulator was developed as an exercise in implementing Design Patterns and OOP practices. By harnessing semi-realistic physics principles, the application captures authentic orbital dynamics and movement of objects in Earth's vicinity.
