Avokadoen/zig_vulkan
Toying with vulkan and zig
master
master
master
master
094c4bba5cdbec167d3f6aaa98cccccd5c99145f
42e7a8409b8150e1cbd57a8ff8cec219114bac74
7a28b4dbab429ebf17ac5b26aac4d660a97052b1
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