Simulates several models of VTOLs during operation to capture a variety of performance statistics.
$> git clone https://github.com/TheOnceAndFutureSmalltalker/eVTOL_Simulation.git
$> cd eVTOL_Simulation
Open File Browser on this directory
Double click on the file eVTOL_Simulation.sln
After VS 2019 has opened, press F5 to compile and run in Debug mode
Or press Ctrl+F5 to compile and run in Release mode
$> git clone https://github.com/TheOnceAndFutureSmalltalker/eVTOL_Simulation.git
$> cd eVTOL_Simulation
$> g++ -O2 -std=c++11 -o sim.out main.cpp
$> ./sim.out