11 lines
357 B
Markdown
11 lines
357 B
Markdown
# 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
|
|
'''
|