Skip to content

Latest commit

 

History

History
executable file
·
33 lines (29 loc) · 625 Bytes

README.md

File metadata and controls

executable file
·
33 lines (29 loc) · 625 Bytes

Learning Vulkan

Repository of me learning Vulkan in modern C++. Tutorial I use: https://vulkan-tutorial.com/Introduction

Dependencies

Arch Dependencies:

  • vulkan-headers
  • vulkan-validation-layers
  • vulkan-tools
  • glfw-x11
  • glfw-doc (optional)
  • glm
  • shaderc

How To Build

Build:

$ make

Build and run:

$ make test

License

This code is licensed as CC0 1.0 Universal. By contributing to that directory, you agree to license your contributions to the public under that same public domain-like license.