mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Sort items and complete TOCs
This commit is contained in:
parent
3b88aae755
commit
872560f407
36
README.md
36
README.md
@ -4,18 +4,34 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
* [Applications](#applications)
|
* [Applications](#applications)
|
||||||
* [Interpreters/Compilers](#interpreters-compilers)
|
|
||||||
* [Package manager](#package-manager)
|
* [Package manager](#package-manager)
|
||||||
|
* [Interpreters/Compilers](#interpreters-compilers)
|
||||||
* [Editors](#editors)
|
* [Editors](#editors)
|
||||||
* [Web](#web)
|
* [Web](#web)
|
||||||
|
* [Graphics](#graphics)
|
||||||
|
* [Games](#games)
|
||||||
|
* [Command-line](#command-line)
|
||||||
|
* [Project Management](#project-management)
|
||||||
* [Libraries](#libraries)
|
* [Libraries](#libraries)
|
||||||
* [Syntax highlighting](#syntax-highlighting)
|
* [Syntax highlighting](#syntax-highlighting)
|
||||||
* [Command-line](#command-line)
|
* [Command-line](#command-line)
|
||||||
* [Text processing](#text-processing)
|
* [Text processing](#text-processing)
|
||||||
|
* [Graphics](#graphics-1)
|
||||||
|
* [Audio](#audio)
|
||||||
|
* [Automation](#automation)
|
||||||
* [Telegram](#telegram)
|
* [Telegram](#telegram)
|
||||||
|
* [Files](#files)
|
||||||
|
* [Game Development](#game-development)
|
||||||
|
* [Eventing](#eventing)
|
||||||
|
* [UI Toolkits](#user-interface-ui-toolkits)
|
||||||
* [Other](#other)
|
* [Other](#other)
|
||||||
|
* [Videos](#videos)
|
||||||
* [Programming contests](#programming-contests)
|
* [Programming contests](#programming-contests)
|
||||||
* [Articles](#articles)
|
* [Tutorials](#tutorials)
|
||||||
|
* [Online IDEs](#online-ides-with-v)
|
||||||
|
* [Articles](#articles)
|
||||||
|
* [Community](#community)
|
||||||
|
* [Forums](#forums)
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|
||||||
@ -30,13 +46,13 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Editors
|
### Editors
|
||||||
* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
|
* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
|
||||||
|
|
||||||
### Graphics
|
|
||||||
* [raytracer](https://github.com/ali-raheem/vraytracer)
|
|
||||||
|
|
||||||
### 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
|
||||||
* [Heroku Buildpack for V](https://github.com/louis77/heroku-buildpack-v) - Deploy V apps on Heroku.
|
* [Heroku Buildpack for V](https://github.com/louis77/heroku-buildpack-v) - Deploy V apps on Heroku.
|
||||||
|
|
||||||
|
### Graphics
|
||||||
|
* [raytracer](https://github.com/ali-raheem/vraytracer)
|
||||||
|
|
||||||
### Games
|
### 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.
|
* [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.
|
||||||
|
|
||||||
@ -62,6 +78,11 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
* [boxx](https://github.com/thecodrr/boxx) - 📦 Create highly customizable terminal boxes that also look great!
|
* [boxx](https://github.com/thecodrr/boxx) - 📦 Create highly customizable terminal boxes that also look great!
|
||||||
* [lol](https://github.com/zmeriksen/lol) - V version of lolcat (text/character rainbowizer)
|
* [lol](https://github.com/zmeriksen/lol) - V version of lolcat (text/character rainbowizer)
|
||||||
|
|
||||||
|
### Text processing
|
||||||
|
* [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
||||||
|
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
||||||
|
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
|
||||||
|
|
||||||
### Graphics
|
### Graphics
|
||||||
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
||||||
|
|
||||||
@ -69,11 +90,6 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
* [vave](https://github.com/thecodrr/vave) - 🌊 A crazy simple library for reading/writing WAV files in V.
|
* [vave](https://github.com/thecodrr/vave) - 🌊 A crazy simple library for reading/writing WAV files in V.
|
||||||
* [vspeech](https://github.com/thecodrr/vspeech) - 📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
|
* [vspeech](https://github.com/thecodrr/vspeech) - 📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
|
||||||
|
|
||||||
### Text processing
|
|
||||||
* [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
|
||||||
* [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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user