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

Update README.md (#37)

This commit is contained in:
Abdullah Atta 2019-11-12 21:44:34 +05:00 committed by Alexander Medvednikov
parent cd77fff1d4
commit a97da3f9b6

View File

@ -49,6 +49,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Command-line ### Command-line
* [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays. * [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.
* [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli * [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli
* [boxx](https://github.com/thecodrr/boxx) - 📦 Create highly customizable terminal boxes that also look great!
### Graphics ### Graphics
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access. * [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.