No description
Find a file
2022-11-09 15:40:36 +00:00
shaders Added some test shaders started working on constructing a graphics pipeline 2022-11-09 15:40:36 +00:00
src Added some test shaders started working on constructing a graphics pipeline 2022-11-09 15:40:36 +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 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
compile_shaders.sh Added some test shaders started working on constructing a graphics pipeline 2022-11-09 15:40:36 +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 '''