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

Update README.md

This commit is contained in:
Ulises Jeremias Cornejo Fandos 2019-12-29 02:55:45 -03:00 committed by GitHub
parent a86ab5e9c7
commit dc19e83ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [Game Development](#game-development)
* [Eventing](#eventing)
* [UI Toolkits](#user-interface-ui-toolkits)
* [Scientific Computing](#scientific-computing)
* [Other](#other)
* [Videos](#videos)
* [Programming contests](#programming-contests)
@ -131,6 +132,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit.
* [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit.
### Scientific Computing
* [vsl](https://github.com/ulises-jeremias/vsl) - A pure-V scientific library with a great variety of functions.
## Other
### Videos