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.gitStep 2: Change Directory
cd Drone-Visual-Demo/CodeStep 3: Run relevant file in preferred IDE to visualize
demo_main.sln- Drone Take-off
- Drone Traversing through space
Author @Parth Malpathak

