Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imalexlee/vulkan-triangle-zig

Vulkan triangle in zig :-)
https://github.com/imalexlee/vulkan-triangle-zig

graphics vulkan zig

Last synced: about 2 months ago
JSON representation

Vulkan triangle in zig :-)

Awesome Lists containing this project

README

        

# vulkan-triangle-zig
zig implementation of an RGB triangle using the Vulkan graphics API. Uses glfw for windowing.
Screenshot 2024-01-01 at 3 14 22 PM

## Notes
- originally written to be compiled by zig-0.12.0-dev.1861+412999621 compiler
- must install Vulkan and glfw as a system library
- compiled on an M1 mac and therefore you need MoltenVK if you're doing the same. This will come with your Vulkan install.
- use `zig build run` to build an run