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

Add User Interface Toolkits section + V UI (#34)

Thought it would be a good idea to point people to this solution even though its a builtin / integrated library of V.
This commit is contained in:
ylluminate 2019-11-12 11:45:03 -05:00 committed by Alexander Medvednikov
parent a97da3f9b6
commit c8861444eb

View File

@ -71,6 +71,9 @@ 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.
### 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.
## Other
### Videos