https://github.com/johnl28/vulkan-playground
A playground for the Vulkan API.
https://github.com/johnl28/vulkan-playground
cpp vulkan vulkan-api
Last synced: about 2 months ago
JSON representation
A playground for the Vulkan API.
- Host: GitHub
- URL: https://github.com/johnl28/vulkan-playground
- Owner: johnl28
- Created: 2025-02-16T19:09:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:06:15.000Z (over 1 year ago)
- Last Synced: 2025-02-16T23:19:09.499Z (over 1 year ago)
- Topics: cpp, vulkan, vulkan-api
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulkan Playground
A playground for the Vulkan API.
This repository is used for **learning** and **experimenting** purposes, which means that it **won't** be optimised
for the best compatibility or performance.
# Resources
- [Khronos Vulkan Tutorial](https://docs.vulkan.org/tutorial/latest/00_Introduction.html)
- [Vulkan YouTube Tutorials](https://www.youtube.com/playlist?list=PL8327DO66nu9qYVKLDmdLW_84-yE4auCR)
- [Vulkan Docs](https://docs.vulkan.org/spec/latest/chapters/fundamentals.html)
- [Devdocs](https://devdocs.io/vulkan/)
- [Renderdoc](https://renderdoc.org/)
# Platforms Tested
| OS | GPU |
|--------------------|--------------------------------------------------|
| Ubuntu 24.04.2 LTS | Radeon RX Vega 6 (Ryzen 4000/5000 Mobile Series) |
# Dependencies
- [GLFW](https://www.glfw.org/)
- [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/)