An OpenGL project using the GLFW library to simulate a plane taking off, set against animated background scenery.
planeTakeOff is a graphical simulation showcasing the key phases of an airplane taking off from a runway. The simulation features:
- Smooth movement and animation of the plane during the takeoff sequence
- Background scenery to enhance visual realism (e.g., sky, runway, mountains, clouds)
- Simple user interactions and controls
This project is built for educational and demonstrative purposes for those interested in OpenGL graphics programming.
- OpenGL Graphics: Real-time rendering of planes and scenery
- Basic Animation: Plane accelerates down the runway and takes off
- Scenery Elements: Mountains, runway, sky, and more for visual effect
- A/right arrow : Move plane forward
- ESC: Exit
- D/Space : Plane takes off
- R : Reset the scene
This is an OpenGL educational graphics project