mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
commit
508358b857
16
README.md
16
README.md
@ -36,6 +36,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Web
|
### Web
|
||||||
* [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V
|
* [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V
|
||||||
|
|
||||||
|
### Games
|
||||||
|
* [Vlang the Game](https://github.com/gabixdev/vlang-the-game) - A little platformer written in V with [vSDL2](https://github.com/nsauzede/vsdl2), made purely for memes and fun.
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
### Syntax highlighting
|
### Syntax highlighting
|
||||||
@ -45,6 +48,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
|
||||||
|
|
||||||
### Graphics
|
### Graphics
|
||||||
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
||||||
@ -52,6 +56,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Text processing
|
### Text processing
|
||||||
* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.
|
* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.
|
||||||
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
||||||
|
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
|
||||||
|
|
||||||
### Automation
|
### Automation
|
||||||
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||||
@ -62,6 +67,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Files
|
### Files
|
||||||
* [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V.
|
* [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V.
|
||||||
|
|
||||||
|
### Game Development
|
||||||
|
* [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework.
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
### Videos
|
### Videos
|
||||||
@ -75,13 +83,19 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Tutorials
|
### Tutorials
|
||||||
|
|
||||||
* [Learn V in Y Minutes](https://github.com/v-community/learn_v_in_y_minutes)
|
* [Learn V in Y Minutes](https://github.com/v-community/learn_v_in_y_minutes)
|
||||||
|
|
||||||
* [V by Example](https://github.com/v-community/v_by_example)
|
* [V by Example](https://github.com/v-community/v_by_example)
|
||||||
|
* [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese.
|
||||||
|
|
||||||
|
|
||||||
|
### Online IDEs with V
|
||||||
|
|
||||||
|
* [V Playground](https://vlang.io/play)
|
||||||
|
* [Judge0](https://ide.judge0.com/)
|
||||||
|
|
||||||
## Articles
|
## Articles
|
||||||
|
|
||||||
* [An introduction to V](https://simonknott.de/articles/VLang.html)
|
* [An introduction to V](https://simonknott.de/articles/VLang.html)
|
||||||
|
* [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/)
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user