C++ OpenGL implementation of a drone traversing through space and avoiding objects
This project is a visual demo of a OpenGL implementation of a drone traversing through space and avoiding objects. All objects and their trajectories are created in OpenGL and their detailed implementation can be found in demo_main.sln
.
Step 1: Clone the repository
git clone https://github.com/parthmalpathak/Drone-Visual-Demo.git
Step 2: Change Directory
cd Drone-Visual-Demo/Code
Step 3: Run relevant file in preferred IDE to visualize
demo_main.sln
- Drone Take-off
- Drone Traversing through space
Author @Parth Malpathak