Skip to content

warriormaster12/SpeedEngineVk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedEngineVk

Installation guide

Install the project and its dependencies

$ git clone https://github.com/warriormaster12/SpeedEngineVk.git
$ cd SpeedEngineVk
$ git submodule init
$ git submodule update
Download Vulkan-SDK https://vulkan.lunarg.com/

additional dependencies for Windows

Download and install cmake-gui https://cmake.org/download/
Download and install python for compiling glslang https://www.python.org/downloads/

Vulkan-SDK doc provides installation guide for installing SDK succefully

Screenshot_20200509_113228

Build the project

Linux

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Windows

create "build" folder
Generate compiler instruction set with cmake-gui and build https://youtu.be/LxHV-KNEG3k?t=155

Shader compiling is automated