Track Awesome V Updates Daily
A curated list of awesome V frameworks, libraries, software and resources.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 vlang/awesome-v · ⭐ 1.5K · 🏷️ Programming Languages
Jan 21, 2023
Programming contests / IntelliJ & CLion & GoLand etc
- Rosetta Code in V - Solutions for Rosetta Code in V.
Jan 15, 2023
Command-line
Jan 11, 2023
Text processing
- pcre2 (⭐1) - Library for processing PCRE regular expressions.
Jan 04, 2023
Editor plugins / VS Code
- vscode-vlang (⭐337) - V Language extension for Visual Studio Code.
Editor plugins / IntelliJ & CLion & GoLand etc
- IntelliJ V (⭐126) - Plugin for IntelliJ IDEA and other JetBrains IDEs.
Online IDEs with V / IntelliJ & CLion & GoLand etc
Programming contests / IntelliJ & CLion & GoLand etc
- Advent of Code 2022 (⭐21) - Solution of Advent of Code 2022 in V.
Dec 22, 2022
Web
- Heroku Buildpack for V (⭐0) - Deploy V apps on Heroku.
Dec 11, 2022
Text processing
- vxml (⭐7) - Pure V library for parsing XML to a DOM.
Utility
- ssh-config (⭐3) - A V library for parsing SSH config files.
Nov 21, 2022
Interpreters/Compilers
- stas (⭐31) - A stack based compiled programming language. The bootstrap compiler is written in V.
Nov 10, 2022
Text processing
- text-processing (⭐6) - V text processing library, that contains common tools to manipulate text data.
Oct 30, 2022
Editors
- vPDF (⭐62) - A module to simplify PDF file creation using the V programming language.
Web
- Gitly (⭐1.1k) - A light and fast SCM alternative to GitHub/GitLab written in V.
Oct 28, 2022
Command-line
- crepl (⭐14) - Compile and execute C code on the fly as you type it.
Oct 10, 2022
Serialization
- vgura (⭐19) - Official Gura parser for V.
Graphics
- vsl.vcl (⭐230) - VCL is a high level way of writting programs with OpenCL using V. These are highly opinionated OpenCL bindings for V. It tries to make GPU computing easy, with some sugar abstraction, V's concurrency and channels.
Scientific computing
- vsl (⭐230) - VSL is a Scientific Library with a great variety of different modules. Although most modules offer pure-V definitions, VSL also provides modules that wrap known C libraries among other backends that allow high performance computing as an alternative. Also provides opinionated wrappers for OpenBLAS, LAPACKE, MPI, OpenCL among other libraries.
- vtl (⭐94) - The V Tensor Library is a numerical computing library supporting n-dimensional data structure, backed by VSL.
Oct 04, 2022
Command-line
- HN-top (⭐19) - A simple command to list most recent news from hacker-news.
- portctl (⭐3) - CLI tool to manage Docker Swarm resources using Portainer API.
- klonol (⭐15) - CLI tool to help you "clone all" git repositories belonging to you. Works with GitHub and Gitea.
- runner (⭐25) - A tool that automates running/compiling code written in various programming languages.
- symlinker (⭐8) - A small Linux tool to manage symlinks.
- vast (⭐23) - A simple tool for vlang, generate v source file to AST json file.
- verve (⭐4) - Simple and fast static file server.
- vinit (⭐13) - A tool to generate v projects.
- vLogQL (⭐13) - A tiny command-line utility to query LogQL APIs.
- vqrcode (⭐12) - CLI for creating QR Codes.
- vspect (⭐2) - A tool to inspect vlang source file. ( Archived )
Editors
- text_editor (⭐31k) - Small text editor from the official V examples.
Games
- Boundstone (⭐46) - High Performance / Fast Compilation / Lightweight Minecraft: Bedrock Edition Server.
- flappylearning-v - A simple flappy learning demo in v. ( Archived )
- Kurarin (⭐31) - osu! beatmap visualizer made in V. Example video.
- minesweeper (⭐24) - A simple Minesweeper game written in vlang.
- v-pong (⭐9) - A classic paddle game brought back to life through the power of V.
Interpreters/Compilers
- monkey_v (⭐35) - Implementation of Thorsten Ball's Monkey Language in V.
- vbf (⭐18) - A brainfuck interpreter/compiler.
- vcc (⭐83) - A C compiler written in V.
- v (⭐31k) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
- Vork (⭐26) - Alternative V compiler/interpreter written in Python.
Operating systems/Kernels
- Vinix (⭐1.5k) - Small and simple OS in V. Runs bash.
Package managers
- vpm (⭐28) - The V language package management tool written in V.
Project management
- Lenra template (⭐1) - The Lenra template to write V app for Lenra platform.
- vset (⭐19) - A project setup and configuration tool for V projects.
Serialization
- vlang-yaml (⭐16) - A V-native YAML reader, incl. YAML-to-JSON converter.
Web
- vblog (⭐14) - A simple, fast and responsive blogging system.
- Vebview.JS (⭐38) - Electron/Neutralino.JS alternative written in V.
- Vieter (⭐5) - Archlinux repository server & package build system, written in V.
- Vlang Benchmarks Visualization (⭐9) - Fancy statistics and plots for Is V still fast?.
- vorum (⭐186) - Open-source blogging/forum software written in V.
- vss (⭐12) - Easy-to-use static site generator.
- VTik (⭐16) - TikTok and Twitter video downloader app (CLI / Telegram Bot).
- pico.v (⭐74) - A web server in V based on picoev and picohttpparser.
- validate (⭐20) - A simple library to validate strings in V.
- valval (⭐129) - Web framework written in V, improved by vweb.
- vcurrency (⭐7) - API wrapper (written in V) for https://api.exchangeratesapi.io.
- vex (⭐282) - Web framework written on V inspired by Express and Sinatra.
- vigest (⭐4) - Simple client for digest authentication (written in V).
- v-jsonrpc (⭐32) - Basic JSON-RPC 2.0-compliant server written on V.
- vweb (⭐31k) - V's built-in web framework. Used by Vorum.
- vxbloauth (⭐8) - A minimalistic Xbox Live authenticator for vweb.
Audio
- miniaudio (⭐39) - Bindings for the excellent miniaudio C audio library.
- vave (⭐30) - A crazy simple library for reading/writing WAV files in V. 🌊
- vspeech (⭐42) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📢📜
Automation
- vrobot (⭐41) - Desktop automation for V. Only supports Windows.
Command line interface (CLI) / Terminal / Shell
- spinners (⭐17) - Create spinners in your terminal!
Database clients
- redis (⭐55) - Redis client for V, written in V.
- vmemcached (⭐11) - Memcached client for V, written in V.
- vsql (⭐36) - A sql query builder for V.
Discord
- discord.v (⭐111) - User-friendly Discord bot library.
- viscord (⭐18) - Pretty basic library for connecting to the Discord gateway.
- vord (⭐3) - Library for interacting with user account endpoints and gateway (Self-bots, custom clients, etc).
Eventing
- eventbus (⭐31k) - A simple event bus system for V.
Files
- v-mime (⭐20) - MIME detection library for V.
- vmon (⭐18) - Asynchronously watch for file changes in a directory. The module is essentially a V wrapper for
septag/dmon
. It works for Windows, macOS and Linux.
Game development
- V_ecs (⭐8) - ECS library made in V inspired by Bevy ECS.
Graphics
- V Earcut (⭐9) - fast (real-time) polygon triangulation library based on mapbox/Earcut (⭐1.8k) to handle holes, twisted polygons, degeneracies and self-intersections.
- vgl (⭐24) - Low-level graphics API access.
- vgui - Minimal, lightweight and cross-platform GUI library.
- viup (⭐38) - V wrapper for the C-based cross-platform UI library, IUP.
- vsdl2 (⭐41) - A libSDL2 wrapper.
- vsdl (⭐12) - V wrapper for the C-based SDL library.
- V_sokol_gp (⭐2) - A V wrapper for the sokol_gp library for easy and fast 2d graphics.
IRC
- vitric (⭐3) - A transparent IRC library.
Networking
- vmq (⭐15) - V wrapper For ZMQ (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
Operating system
- vlipboard (⭐12) - An easy to use wrapper of clipboard with Wayland and Termux support.
Scientific computing
- vplot (⭐13) - V wrapper for GNU Plot (
gnuplot_i
).
Serial Communications
- vi2c (⭐7) - A tiny (wrapper) library for I2C serial communication for Linux written in V.
Telecommunications
- vagi (⭐3) - Asterisk FastAGI library in V.
Text processing
- ascii_robot (⭐11) - ASCII Robot generator written in V.
- chalk (⭐19) - Colorize strings in the terminal.
- cjson (⭐10) - Wrap cJSON for vlang.
- crayon (⭐45) - Paint your terminal output like Picasso. 🖍️🎨
- iconv (⭐3) - Wrap iconv for vlang.
- Rosie-RPL (⭐3) - A Rosie Pattern Language (RPL) implementation.
- strfmt (⭐4) - Tiny and fast string formatting library ideal for templating.
- v-regex (⭐14) - A simple regex library for V.
User Interface toolkits
- mui (⭐45) - A Cross-Platform UI library for Windows, Linux, Android and Web.
- V UI (⭐1.9k) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.
Utility
- range (⭐25) - Functionality of Python's range() in V.
- vdotenv (⭐23) - Support for .env files which loads environment variables.
Articles
Books
- Getting Started with V Programming - Navule Pavan Kumar Rao - Packt 2021 Dec - Introductory book on V.
Communities
Editor plugins / Atom
- language-v (⭐5) - V language support for Atom (port of vscode-vlang).
Editor plugins / Emacs
- vlang-mode.el (⭐8) - Emacs major mode for the V programming language.
- v-mode (⭐48) - Emacs major mode for the V programming language.
Editor plugins / Sublime Text 3
- sublime-v (⭐14) - Fully-featured Sublime Text 3 package for the V Programming Language.
- vlang-sublime (⭐20) - Sublime text 3 Support for the Vlang Programming Language.
Editor plugins / Vim
- vim-v (⭐18) - Quality syntax highlighting for the V programming language.
- v-vim (⭐153) - Support for V syntax highlighting in Vim.
- vim-vtools (⭐15) - V tools for Vim, including auto formatting.
Forums / IntelliJ & CLion & GoLand etc
GitHub actions / IntelliJ & CLion & GoLand etc
- action-create-v-docs - GitHub action to create documentation for V modules.
- setup-v - GitHub action to install and use V in your workflow.
Operating Systems & OS Development Examples / IntelliJ & CLion & GoLand etc
- Simple Linux kernel module example (⭐24) - Demonstration & test of writing a very simple Linux kernel module, using V.
Programming contests / IntelliJ & CLion & GoLand etc
- Advent of Code 2019 (⭐12) - Solution of Advent of Code 2019 in V.
- SoloLearn Coding Challenges (⭐13) - Implementation of the SoloLearn coding challenges in V.
Syntax highlighting / IntelliJ & CLion & GoLand etc
- kate-syntax-highlight-v (⭐17) - V syntax highlighting for Kate.
- scite-v-support (⭐2) - V syntax highlighting for SciTE.
Tutorials / IntelliJ & CLion & GoLand etc
- V by Example (⭐152) - V book as GitBook.
- V for Node Devs (⭐12) - Vlang for node js developers.
- V learning notes (⭐138) - Personal learning notes in Chinese.
Videos / IntelliJ & CLion & GoLand etc
Sep 23, 2022
Game development
- vraylib (⭐3) - A V wrapper for the awesome raylib library.
Jul 05, 2022
IDEs with V / IntelliJ & CLion & GoLand etc
May 31, 2022
Editors
- vee (⭐30) - V Editor Engine. A V module providing the guts of a text editor. Comes with a TUI editor example (⭐30).
Mar 01, 2022
Utility
- vaker (⭐14) - A light-weight compile-time-generated data faker written in V.
Jan 21, 2022
Serial Communications
- vserialport (⭐9) - V wrapper for libserialport.
- vserialx (⭐8) - A tiny (wrapper) serial communication library for Linux written in V.
Nov 11, 2021
Command line interface (CLI) / Terminal / Shell
- vesseract (⭐15) - V wrapper for Tesseract-OCR (optical character recognition).
Game development
- engine (⭐31) - WIP Vulkan in V.
Aug 29, 2021
Game development
- raylib.v (⭐34) - Updated V bindings for raylib with plans for complete cross-platform support.
- vraylib (⭐48) - V wrapper (bindings) for raylib, the C game development framework.
Operating system
- mmap (⭐5) - Provide native V-lang support for memory-mapping on Linux and Windows.
May 29, 2021
Command line interface (CLI) / Terminal / Shell
- progressbar (⭐23) - An easy to use V library for creating progress bars in cli.
- termtable (⭐38) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal.
- vargs (⭐38) - V library for parsing arguments from argv-like arrays. ( Archived )
Apr 02, 2021
Serialization
- v-toxml (⭐7) - XML Serialization library for V.
Dec 30, 2020
Graphics
- vRayTracer (⭐42) - A simple ray tracer written in V.
Oct 01, 2020
Editors
- ved (⭐1.2k) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
Sep 24, 2020
Serialization
- vproto (⭐46) - Protobuf compiler and runtime in V.
Jun 19, 2020
Utility
- random (⭐15) - An all purpose random library written in V.
Jun 09, 2020
Telegram
- vgram (⭐124) - Telegram bot library.
Feb 24, 2020
Command line interface (CLI) / Terminal / Shell
- lol (⭐15) - V version of lolcat (text/character rainbowizer).
Jan 25, 2020
User Interface toolkits
- vgtk3 (⭐50) - A wrapper for GTK3 in V.
Jan 13, 2020
Command line interface (CLI) / Terminal / Shell
- boxx (⭐85) - Create highly customizable terminal boxes that also look great! 📦
Operating system
- clipboard (⭐31k) - V module for interacting with the OS clipboard. Fully cross-platform.
User Interface toolkits
- vig (⭐40) - Bindings for Dear ImGui (⭐45k) GUI toolkit.
- vnk (⭐40) - Bindings for Nuklear (⭐14k) GUI toolkit.