3D game engine built using C++ and Vulkan
- Cmake 3.13 or newer
- Vulkan SDK
- clone the repo
git clone --recursive https://github.com/o-oualid/Engine.git
- make a build directory
cd Engine && mkdir build && cd build
- setup cmake with
cmake ..
- open the project with your IDE
- compile shaders