Does anyone know if there's a vulkan example that is minimal like andrewrk's
https://github.com/andrewrk/zig-vulkan-triangle
but which compiles with the Zig 0.11.0?
Although not minimal, I came across Vulfox's
https://github.com/Vulfox/vulkan-tutorial-zig
but it failed to compile with both 0.11.0 and the latest version of the compiler.
#Is there a current working minimal vulkan example?
1 messages · Page 1 of 1 (latest)
define "minimal", is mach-glfw okay?
GitHub
mach-glfw Vulkan example. Contribute to hexops/mach-glfw-vulkan-example development by creating an account on GitHub.
that one doesn't currently compile but I have an open PR that adds the missing pieces
https://github.com/castholm/mach-glfw-vulkan-example
that particular example requires version 0.12.0-dev.2063+804cee3b9 of the compiler, see https://machengine.org/about/nominated-zig/#202410-mach for more details
Ah thanks for the pull request link, at some stage I tried compiling the mach example but it didn't work. I'll try your PR.