https://github.com/imalexlee/vulkan-triangle-zig
Vulkan triangle in zig :-)
https://github.com/imalexlee/vulkan-triangle-zig
graphics vulkan zig
Last synced: 11 months ago
JSON representation
Vulkan triangle in zig :-)
- Host: GitHub
- URL: https://github.com/imalexlee/vulkan-triangle-zig
- Owner: imalexlee
- Created: 2023-12-25T16:53:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:04:51.000Z (over 2 years ago)
- Last Synced: 2025-05-19T06:38:32.239Z (about 1 year ago)
- Topics: graphics, vulkan, zig
- Language: Zig
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vulkan-triangle-zig
zig implementation of an RGB triangle using the Vulkan graphics API. Uses glfw for windowing.

## 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