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

Merge pull request #43 from ulises-jeremias/patch-1

Added scientific computing section and v scientific library
This commit is contained in:
Abdullah Atta 2019-12-29 15:24:18 +05:00 committed by GitHub
commit 41a352a8b9
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