No description
Find a file
2023-11-28 11:49:09 +00:00
shaders Going further into the vulkan tutorial. :( Wish I didn't need it 2023-11-14 15:05:06 +00:00
src Going further into the vulkan tutorial. :( Wish I didn't need it 2023-11-14 15:05:06 +00:00
.gitignore Used this tutorial to set up an immediately better structure than my last graphics project: https://youtu.be/lr93-_cC8v4 2022-10-29 14:34:38 +01:00
CMakeLists.txt Added the compilation of shaders to the build process. 2023-11-28 11:49:09 +00:00
compile_shaders.sh Added the compilation of shaders to the build process. 2023-11-28 11:49:09 +00:00
README.md Created vulkan instance. 2022-11-09 15:39:07 +00:00

Yet Another Vulkan Engine.

This project has been created with the sole purpose of teaching me how Vulkan works.

Installing Dependancies.

To build the project on redhat based distros these dependancies or their equivelents are required. ''' sudo dnf install vulkan-tools vulkan-loader-devel vulkan-validation-layers-devel glfw-devel glm-devel glslc '''