No description
Find a file
2024-07-09 23:39:25 +02:00
src Rework semaphores & fences 2024-07-09 23:39:25 +02:00
.gitignore Initial commit 2024-06-22 22:10:45 +02:00
build.zig Start implementing the graphics pipeline 2024-06-28 22:35:32 +02:00
build.zig.zon Initial commit 2024-06-22 22:10:45 +02:00
README.md Rework semaphores & fences 2024-07-09 23:39:25 +02:00
vk.xml Initial commit 2024-06-22 22:10:45 +02:00

Vulkan renderer in Zig & SDL2

This is just a project to learn Vulkan using the Zig programming language.

Dependencies

TODO

Build

TODO