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: