Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 931 Bytes

File metadata and controls

34 lines (24 loc) · 931 Bytes

Drone Visual Demo

C++ OpenGL implementation of a drone traversing through space and avoiding objects

Overview

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.

Installation & Implementation

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

Demo Images

  • Drone Take-off

  • Drone Traversing through space

Copyright

Author @Parth Malpathak