Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :-)
- Host: GitHub
- URL: https://github.com/imalexlee/vulkan-triangle-zig
- Owner: imalexlee
- Created: 2023-12-25T16:53:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:04:51.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:14:23.391Z (3 months 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