Compare commits

...

2 Commits

Author SHA1 Message Date
Turiiya 0150cf8058
Update description for `vibe` and `bartender` (#193) 2023-07-23 12:10:11 +02:00
Turiiya 9ec7f5b6a2 Add `Isaiah's UI` 2023-07-22 17:53:06 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -161,7 +161,7 @@
### Command line interface (CLI) / Terminal / Shell
- [bartender](https://github.com/tobealive/bartender) - Gluten free bars for V term apps.
- [bartender](https://github.com/tobealive/bartender) - Customizable progress indicators for V terminal applications.
- [boxx](https://github.com/thecodrr/boxx) - Create highly customizable terminal boxes that also look great! 📦
- [lol](https://github.com/0xLeif/lol) - V version of lolcat (text/character rainbowizer).
- [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli.
@ -216,7 +216,7 @@
### Networking
- [vibe](https://github.com/tobealive/vibe) - A libcurl binding with an easy-access layer for fast and reliable requests.
- [vibe](https://github.com/tobealive/vibe) - Request library that wraps libcurl to enable fast and reliable requests while providing a higher-level API.
- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
### Operating system
@ -264,6 +264,7 @@
### User Interface toolkits
- [iUI](https://github.com/isaiahpatton/ui) - Isaiah's cross-platform GUI library for V. Inspired by the syntax of Java's Swing.
- [mui](https://github.com/malisipi/mui) - A Cross-Platform UI library for Windows, Linux, Android and Web.
- [V UI](https://github.com/vlang/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.
- [vgtk3](https://github.com/vgtk/vgtk3) - A wrapper for GTK3 in V.