All Packages
2D transform library, written in V
2D polygon colliders implemented in V
String and character lookup and manipulation utilities.
Build and access JSON/YAML data using a dynamic sumtype instead of static types.
Tiny, simple and fast debug logging library.
Loads environment variables from `.env` to `os.getenv()` automagically. Fully compatible with docker-compose .env.
Shopware 6 admin API client: The reliable way to import and update a bazillion products.
Strictly parse and format YAML data.
Strictly parse and format JSON data.
SVG rendering context web - Canvas like rendering context 2d What's working: (poly)lines (begin(),stroke(),fill(),line_to,arc_to) rectangle ellipse stroke_text fill_text context save and restore context transforms (translate, rotate, scale) context parameters: fill_style stroke_style line_cap line_dash_offset line_join line_width miter_limit direction font font_kerning text_align text_baseline line_dash Examples for now see the file rendering_context_test.v
Parses command-line arguments to statically typed options or a string map with the help of usage description.
PCRE, a regular expression pattern matching library using the same syntax and semantics as Perl 5.
It's a dependency injection library based on nestjs/angular dependency injection
4d geometry
rpv is a v library for analyzing RPC servers and interfaces on the Windows operating system
West is a wrapper of vweb dessigned to emulate the way nestjs works
a library for V programs to connect and interface with Redis-compatible databases
Utilities for working with file and directory paths, supporting the separator from the operating system.
range iterator
Strictly parse and format INI file contents.
V binding for webview - a tiny cross-platform library to build modern cross-platform GUI applications.
ANSI color and cursor utility module for V.
Cross-platform GUI library for V. Inspired by the syntax of Java's Swing.
Binance Connector V
Looks for a configuration file in various formats and reads it into a configuration object.
System information module based on WMI
Library for making CLI programs
Graphs in V
A V wrapper for DuckDB database
Simple and fast string templating library.
Chalk clone for V.
A temporary cache with configurable read/write timeout
vdns, the native DNS library
System information module for V
A data validation Component Developed by V Language
Get information about the system CPU.
A port of Go's sort package to V
A V wrapper of the image loader, writer and resizer from nothings/stb. You can use it to load resize and write images from file or memory.
os.args parser
simple_aes is a library that simplifies the usage of AES in VLang. This is because the implementation provided by the built-in crypto.aes library does not support data of lengths greater or smaller than the AES block size (16 bytes).
Cross platform get and set mouse position.
Lexicographically-sortable universally unique identifier generation
a library for managing sessions in web applications
discord.v is a V programming language library for interacting with the Discord API
Google Text-to-Speech support for The V Programming Language
Detect bots via user agents and requested URLs
Loads and strictly parses .env file contents, sets environment variables.
Utilities for interacting with the underlying operating system.
Utilities for working with file and directory paths, supporting both POSIX and Windows separators.
A V wrapper for DuckDB database
A machine learning (ML) library for classification using a nearest neighbor algorithm based on Hamming distances. You can incorporate the `VHamML` functions into your own code, or use the included Command Line Interface app (`src/vhamml.v`).
dotenv for V
Simple Minecraft IGN/UUID lookup library (Inspired by MCUUID PyPi)
V bindings to Objective-C runtime.
simple_aes is a library that simplifies the usage of AES in VLang. This is because the implementation provided by the built-in crypto.aes library does not support data of lengths greater or smaller than the AES block size (16 bytes).
Utilities for working with file and directory paths, supporting just the slash, the POSIX separator.
Utilities for working with file and directory paths, supporting just the backslash, the Windows separator.
Customizable progress indicators for V terminal applications.
a library to simplify caching in V programs
quicksort library for V
Strings to url-friendly human-readable strings. Multi-language and custom-replacement maps compatible
Render circle in sdl
Build and access JSON/YAML data using a dynamic sumtype instead of static types.
Arbitrary-precision fixed-point decimal numbers
Test
sss
Provides shared code for writing command-line tools.
simple term lib. ### Select ```v import sterm { Selection } fn main() { mut sel := Selection{ items: ['a', 'b', 'c'] idx: 0 hide_cursor: true } sel.draw() sel.run() println('You selected "${sel.value()}"') } ```
Super simple interface to send discord messages through webhooks in vlang
client, fcgi and server gemini protocol implementation FMI: https://gemini.circumlunar.space
VAdbLib allows you to use ADB commands in your V language projects.
A west module to get the health endpoint out of the box Endpoints implemented: /.well-known/live /.well-known/ready
PCRE2, a regular expression pattern matching library using the same syntax and semantics as Perl 5.
Vibe is a request library that wraps libcurl to enable fast and reliable requests while providing a higher-level API.
A static spacial index for 2D points in V
Simple wrapper around type to allow is an a optional value
This project is developed using the V programming language and has no complex design. It is simple and currently only available for preview.
test
GraphQL language parser and schema execute package. For more information see the GraphQL spec: https://graphql.org/ The library is inspired by the GraphQL.js package.
TinySoundFont synthesizer
Client side Mastodon API for the V programming language
A RedBlack Tree implementation in VLang
This is a simple implementation of a Goal-Oriented Action Planning (GOAP) library in the V programming language. This library provides basic data structures and algorithms for representing and reasoning about goals and actions in a planning problem.