Skip to content

itsermo/vk-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vk-renderer

A vulkan renderer implemented from the tutorial at https://vulkan-tutorial.com/

Linux build instructions

  1. Install prerequisite libraries:
sudo dnf install @development-tools vulkan-devel libshaderc-devel glfw-devel
  1. Install git LFS and clone the repo:
sudo dnf install git-lfs
git clone https://github.com/itsermo/vk-renderer
cd vk-renderer
  1. Build using makefile:
make
  1. (Optional) You can develop by opening the workspace file in "vscode" folder using Visual Studio Code. From here you can attach debugger or build using the Visual Studio Code build tasks

About

A vulkan renderer implemented from the tutorial at https://vulkan-tutorial.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published