https://github.com/csaintos/vkw
Personal Vulkan Wrapper
https://github.com/csaintos/vkw
Last synced: 7 months ago
JSON representation
Personal Vulkan Wrapper
- Host: GitHub
- URL: https://github.com/csaintos/vkw
- Owner: CSaintos
- Created: 2022-10-11T20:50:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T20:59:31.000Z (over 2 years ago)
- Last Synced: 2025-09-17T11:57:57.653Z (7 months ago)
- Language: C++
- Size: 45.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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)