1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00
This commit is contained in:
Justice Suh 2019-07-22 16:55:52 -04:00 committed by Alexander Medvednikov
parent 0fadee8920
commit 78dcdc6f56

View File

@ -24,6 +24,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Command-line
* [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.
### Graphics
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
### Text processing
* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.