Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 650 Bytes

eVTOL_Simulation

Simulates several models of VTOLs during operation to capture a variety of performance statistics.

Build and Run

Windows with VS 2019

$> 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

Linux

$> git clone https://github.com/TheOnceAndFutureSmalltalker/eVTOL_Simulation.git

$> cd eVTOL_Simulation

$> g++ -O2 -std=c++11 -o sim.out main.cpp

$> ./sim.out