Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 756 Bytes

VNSVE

a Very Nice Small Vulkan Engine

note that this is still a work in progress


Requirements

  • apt: vulkan-tools ibvulkan-dev vulkan-validationlayers-dev spirv-tools libglfw3-dev libglm-dev

  • dnf: vulkan-tools vulkan-loader-devel spirv-tools vulkan-validation-layers-devel glfw-devel glm-devel

  • pacman: vulkan-devel glm glfw-x11 or glfw-wayland

Building

git clone https://github.com/thesusian/VNSVE.git
cd VNSVE
make

then make run or ./VulkanApp to run


Thanks To These tutorials