From 58787a9dc37579070f5b45238193902cfd7faedf Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Sun, 31 Oct 2021 16:50:35 +0100 Subject: [PATCH] Add mach-glfw and mach-glfw-vulkan-example readme links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b50f9c..1dab837 100644 --- a/README.md +++ b/README.md @@ -250,5 +250,7 @@ Upon compilation, glslc is then invoked to compile each shader, and the result i A partial implementation of https://vulkan-tutorial.org is implemented in [examples/triangle.zig](examples/triangle.zig). This example can be ran by executing `zig build run-triangle` in vulkan-zig's root. ## See also -* Implementation of https://vulkan-tutorial.org: https://github.com/andrewrk/zig-vulkan-triangle. +* Implementation of https://vulkan-tutorial.org using `@cImport`'ed bindings: https://github.com/andrewrk/zig-vulkan-triangle. * Alternative binding generator: https://github.com/SpexGuy/Zig-Vulkan-Headers +* Zig bindings for GLFW: https://github.com/hexops/mach-glfw + * With vulkan-zig integration example: https://github.com/hexops/mach-glfw-vulkan-example