From 6a0615f60f7d69d18bbb68090fe86fb551e8a401 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Thu, 11 Nov 2021 14:56:07 -0500 Subject: [PATCH] Add Vulkan engine wip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5333bb2..bda8e2b 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ ### Game development +- [engine](https://github.com/LouisSchmieder/engine) - WIP Vulkan in V. - [raylib.v](https://github.com/irishgreencitrus/raylib.v) - Updated V bindings for [raylib](https://www.raylib.com) with plans for complete cross-platform support. - [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for raylib, the C game development framework.