This is a repository for my "Simple Vulkan app" tiktok video series.
Time-lapse in TikTok: here
License: CC-BY-4.0
git clone https://github.com/imdeaddev/hello-vulkan
cd hello-vulkan
cmake -S . -B build
cmake --build buildThis application uses:
- GLFW [MIT]
- Vulkan and LunarG Vulkan SDK [MIT, Apache 2.0]