Skip to content

samuelig/vk-test

Repository files navigation

This is a Vulkan test program to learn the API.

Dependencies
---

* Vulkan headers and library
* GLFW3
* GLM
* stb (downloaded via git submodule)

$ sudo apt install libvulkan-dev libglfw3-dev libglm-dev
$ git submodule init && git submodule update

About

Simple Vulkan test program to learn the API. It is a personal implementation of http://www.vulkan-tutorial.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages