1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add vSDL2 with example link (#31)

This commit is contained in:
ylluminate 2019-11-12 11:45:27 -05:00 committed by Alexander Medvednikov
parent 41d36497c2
commit 94ae39945f

View File

@ -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.