🚧Work in progress🚧
The tutorial that this repo is based on: Link
Tutorials on how to install and use vcpkg with Vulkan:
Install vcpkg in "C:\dev\vcpkg" following this guide:
Install the following:
.\vcpkg\vcpkg install vulkan:x64-windows
.\vcpkg\vcpkg install glfw3:x64-windows
.\vcpkg\vcpkg install glm:x64-windows
Run this to integrate with Visual Studio:
.\vcpkg\vcpkg integrate install
Compile the shaders in the vulkan-engine directory:
cd vulkan-engine
compile.bat
Run cmake command with this flag or add the address as the CMake toolchain file in Visual Studio:
-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake
Maybe helpful:
Current state: