https://github.com/tonis2/vulkan-experiment
Zig + Vulkan with native C api
https://github.com/tonis2/vulkan-experiment
glfw vulkan zig
Last synced: 5 months ago
JSON representation
Zig + Vulkan with native C api
- Host: GitHub
- URL: https://github.com/tonis2/vulkan-experiment
- Owner: tonis2
- Created: 2021-07-14T06:52:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T14:36:11.000Z (over 4 years ago)
- Last Synced: 2025-03-08T04:43:44.861Z (over 1 year ago)
- Topics: glfw, vulkan, zig
- Language: Zig
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vulkan and zig examples
This `zig` + `vulkan` example, runs straight from Vulkan C api
Tested on Linux and with zig version `0.9.0 dev`
Requires external dependencies `vulkan` and `glfw` and zig library `zalgebra`
Clone this repo using `--recursive` to download zig dependencies.
To run example use `zig build basic`