An open API service indexing awesome lists of open source software.

https://github.com/csaintos/vkw

Personal Vulkan Wrapper
https://github.com/csaintos/vkw

Last synced: 7 months ago
JSON representation

Personal Vulkan Wrapper

Awesome Lists containing this project

README

          

# Vulkan Wrapper

- Personal Vulkan Wrapper
- Removes need for boilerplate code for Vulkan 3D Graphics Programming and simplifying the process of creating Vulkan objects with default configurations.
- The wrapper allows for overriding defaults such as to keep Vulkan's customizability.

## HelloTriangle Example built using VKW
![HelloTriangle](img/HelloTriangle.png)

## Requirements for use
- Install [Vulkan SDK](https://vulkan.lunarg.com/sdk/home)
- Install [GLM](https://github.com/g-truc/glm)
- Install [GLFW](https://www.glfw.org/download)