A 3D physics-based flight simulator rendered with OpenGL.
Simulating the fundamental aerodynamic forces that act on an aircraft during flight to create a fun flying experience.
Longer video here
-
Clone repository:
git clone https://github.com/gabrielracz/Wind.git
-
Install dependencies (cmake, glew, glfw, glm):
sudo apt install build-essential cmake libglfw3-dev libglew-dev libglm-dev
sudo dnf group install "C Development Tools and Libraries" sudo dnf install glew-devel glfw-devel glm-devel
-
Build and run:
mkdir build cd build cmake .. make ./wind
-
Clone repository:
git clone https://github.com/gabrielracz/Wind.git
-
Have CMake and Visual Studio Installed
-
Create solution:
mkdir build cd build cmake ..
-
Open
wind.sln
and build Release x64 -
Run
./Release/wind.exe