An open API service indexing awesome lists of open source software.

https://github.com/vishwajeetk5/rocket_cpp_graphics

This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
https://github.com/vishwajeetk5/rocket_cpp_graphics

cpp fun graphics

Last synced: about 1 year ago
JSON representation

This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.

Awesome Lists containing this project

README

          

# Rocket_Cpp_Graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.

1. This C++ program uses graphics to simulate the Chandrayaan 3 moon mission.
2. It starts by drawing the moon and Earth on the screen.
3. A rocket, representing the mission, is drawn and animated to launch from Earth, follow a curved trajectory, and land on the moon.
4. As the rocket reaches the moon, a success message is displayed, marking the successful culmination of the mission.

![image](https://github.com/vishwajeetk5/Rocket_Cpp_Graphics/assets/119106702/2ee46411-b606-4963-8b51-a3c42a81ac93)