https://github.com/iveevi/littlevk
A light, non-intrusive, single-header wrapper for jump starting visualization applications using Vulkan.
https://github.com/iveevi/littlevk
cpp game-engine vulkan vulkan-api
Last synced: 10 months ago
JSON representation
A light, non-intrusive, single-header wrapper for jump starting visualization applications using Vulkan.
- Host: GitHub
- URL: https://github.com/iveevi/littlevk
- Owner: iveevi
- Created: 2023-06-27T18:11:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T04:51:32.000Z (11 months ago)
- Last Synced: 2025-04-15T07:12:52.291Z (10 months ago)
- Topics: cpp, game-engine, vulkan, vulkan-api
- Language: C++
- Homepage:
- Size: 434 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# littlevk
A light, ergonomic, non-intrusive, single-header wrapper for jump starting
visualization applications using Vulkan. Relies on **C++20** for modern
metaprogramming functionality.
***Philosophy:*** littlevk is designed to accelerating the development of
various computer graphics applications built using Vulkan. It aims to minimize
the amount of repetitive boilerplate, while simoultaneously enabling full
control over how resources are constructed and used.