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

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

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`