mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
End sentences with a dot symbol
Keep consistent document style.
This commit is contained in:
parent
4b8b12d167
commit
a86ab5e9c7
38
README.md
38
README.md
@ -41,7 +41,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
### Interpreters/Compilers
|
||||
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
|
||||
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
|
||||
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V
|
||||
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V.
|
||||
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
|
||||
* [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter written in Python.
|
||||
|
||||
@ -53,7 +53,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
|
||||
|
||||
### 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.
|
||||
|
||||
### Graphics
|
||||
@ -61,10 +61,10 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
|
||||
### 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.
|
||||
* [Boundstone](https://github.com/organization/boundstone) - High Performance / Fast Compilation / Lightweight Minecraft: Bedrock Edition Server
|
||||
* [Boundstone](https://github.com/organization/boundstone) - High Performance / Fast Compilation / Lightweight Minecraft: Bedrock Edition Server.
|
||||
|
||||
### Command-line
|
||||
* [HN-top](https://github.com/BafS/hn-top) – A simple command to list most recent news from hacker-news
|
||||
* [HN-top](https://github.com/BafS/hn-top) – A simple command to list most recent news from hacker-news.
|
||||
|
||||
### Project Management
|
||||
* [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects.
|
||||
@ -76,35 +76,35 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
* [vim-v](https://github.com/lcolaholicl/vim-v) - Vim syntax highlighter for V programming language.
|
||||
* [vim-v](https://github.com/cheap-glitch/vim-v) - Quality syntax highlighting for the V programming language.
|
||||
* [vscode-vlang](https://github.com/0x9ef/vscode-vlang) - V Language extension for Visual Studio Code.
|
||||
* [kate-syntax-highlight-v](https://github.com/Larpon/kate-syntax-highlight-v) - V syntax highlighting for [Kate](https://kate-editor.org/)
|
||||
* [scite-v-support](https://github.com/sunnylcw/scite-v-support) - V syntax highlighting for [SciTE](https://www.scintilla.org/SciTE.html)
|
||||
* [language-v](https://github.com/Cutlery-Drawer/language-v) - V language support for Atom (port of vscode-vlang)
|
||||
* [kate-syntax-highlight-v](https://github.com/Larpon/kate-syntax-highlight-v) - V syntax highlighting for [Kate](https://kate-editor.org/).
|
||||
* [scite-v-support](https://github.com/sunnylcw/scite-v-support) - V syntax highlighting for [SciTE](https://www.scintilla.org/SciTE.html).
|
||||
* [language-v](https://github.com/Cutlery-Drawer/language-v) - V language support for Atom (port of vscode-vlang).
|
||||
|
||||
### Command-line
|
||||
* [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!
|
||||
* [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 🎨
|
||||
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso. 🎨
|
||||
|
||||
### Graphics
|
||||
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
||||
* [vsdl2](https://github.com/nsauzede/vsdl2) - libSDL2 wrapper
|
||||
* [vsdl2](https://github.com/nsauzede/vsdl2) - libSDL2 wrapper.
|
||||
|
||||
### Web
|
||||
* [valval](https://github.com/taojy123/valval) - Web framework written in V, improved by vweb.
|
||||
* [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra
|
||||
* [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra.
|
||||
* [vweb](https://github.com/vlang/v/tree/master/vlib/vweb) - V's built-in web framework. Used by Vorum.
|
||||
* [v-jsonrpc](https://github.com/nedpals/v-jsonrpc) - Basic JSON-RPC 2.0-compliant server written on V.
|
||||
|
||||
### Audio
|
||||
* [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. 📜
|
||||
* [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library
|
||||
* [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library.
|
||||
|
||||
### Operating System
|
||||
* [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
|
||||
@ -113,23 +113,23 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||
|
||||
### Telegram
|
||||
* [vgram](https://github.com/vpervenditti/vgram) - Telegram bot library
|
||||
* [vgram](https://github.com/vpervenditti/vgram) - Telegram bot library.
|
||||
|
||||
### Files
|
||||
* [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.
|
||||
* [vSDL2](https://github.com/nsauzede/vsdl2) - SDL2 V module / libSDL2 wrapper (accompanying examples & tests are at [sdl2test](https://github.com/nsauzede/sdl2test).)
|
||||
* [vSDL2](https://github.com/nsauzede/vsdl2) - SDL2 V module / libSDL2 wrapper (accompanying examples & tests are at [sdl2test](https://github.com/nsauzede/sdl2test)).
|
||||
|
||||
### Eventing
|
||||
* [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V
|
||||
* [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V.
|
||||
|
||||
### User Interface (UI) Toolkits
|
||||
* [V UI](https://github.com/vlang/v/tree/master/vlib/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.
|
||||
* [vgtk3](https://github.com/zenith391/vgtk3) - A wrapper for GTK3 in V
|
||||
* [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit
|
||||
* [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit
|
||||
* [vgtk3](https://github.com/zenith391/vgtk3) - A wrapper for GTK3 in V.
|
||||
* [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit.
|
||||
* [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit.
|
||||
|
||||
## Other
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user