Avokadoen/zig_vulkan
Toying with vulkan and zig
mastermastermastermaster094c4bba5cdbec167d3f6aaa98cccccd5c99145f42e7a8409b8150e1cbd57a8ff8cec219114bac747a28b4dbab429ebf17ac5b26aac4d660a97052b1
A toy renderer written in zig using vulkan and glfw
Zig build toolchain does most of the heavy lifting. The only systems requirement is the Vulkan SDK. Make sure you download Vulkan 1.4 or up
This project uses zig 0.14.0
Do the following steps
$ git clone <repo>
$ cd <folder>
$ zig build run
Currently the code base is not really well tested, but you can run the few tests by doin zig build test