From 61e2b38250efff7d8f68e3f090a44c3e6e29528a Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 31 Oct 2021 01:14:46 -0700 Subject: [PATCH] glfw: add Vulkan example to README Signed-off-by: Stephen Gutekanst --- glfw/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glfw/README.md b/glfw/README.md index f18849c1..5fd62f2b 100644 --- a/glfw/README.md +++ b/glfw/README.md @@ -35,6 +35,12 @@ You'll need to bring your own library for this. Some are: * (Vulkan) https://github.com/Snektron/vulkan-zig (also see https://github.com/Avokadoen/zig_vulkan) * (OpenGL) https://github.com/ziglibs/zgl +## Examples + +A minimal Vulkan example can be found in the [mach-glfw-vulkan-example](https://github.com/hexops/mach-glfw-vulkan-example) repository: + +image + ## Getting started In a `libs` subdirectory of the root of your project: