From 94ae39945fe5e391766d659e83dff76f9474efd7 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Tue, 12 Nov 2019 11:45:27 -0500 Subject: [PATCH] Add vSDL2 with example link (#31) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecf4900..1266dbe 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Game Development * [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. +* [vSDL2](https://github.com/nsauzede/vsdl2) - SDL2 V module / libSDL2 wrapper (accompanying examples & tests are at [sdl2test](https://github.com/nsauzede/sdl2test).) ### User Interface (UI) Toolkits * [V UI](https://github.com/vlang/v/tree/master/vlib/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.