mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
A curated list of awesome V frameworks, libraries, software and resources.
README.md |
Awesome V
A curated list of awesome V frameworks, libraries, software and resources.
Table of contents
Applications
Package manager
Interpreters/Compilers
- v - V itself. Simple, fast, safe, compiled language for developing maintainable software.
- vbf - A brainfuck interpreter/compiler.
Libraries
Syntax highlighting
- v-vim - Support for V syntax highlighting in Vim.
- vim-v - Vim syntax highlighter for V programming language.
- vscode-vlang - V Language extension for Visual Studio Code.
Command-line
- v-args - V library for parsing arguments from argv-like arrays.
Graphics
- vgl - Low-level graphics API access.
Text processing
- v-regex - A simple regex library for V.
Telegram
- vgram - Telegram bot library
Files
- v-mime - MIME detection library for V.
Other
- vbf - BrainFuck interpreter/compiler in V
Programming contests
- rosetta-code-v - Solutions for Rosetta Code in V.