mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Compare commits
3 Commits
0150cf8058
...
570aa9f219
Author | SHA1 | Date | |
---|---|---|---|
|
570aa9f219 | ||
|
f0041d3461 | ||
|
e9e38f9ce6 |
@ -96,6 +96,7 @@
|
|||||||
- [flappylearning-v](https://github.com/vlang/v/tree/master/examples/flappylearning) - A simple flappy learning demo in v.
|
- [flappylearning-v](https://github.com/vlang/v/tree/master/examples/flappylearning) - A simple flappy learning demo in v.
|
||||||
- [Kurarin](https://github.com/FireRedz/kurarin) - osu! beatmap visualizer made in V. [Example video](https://p153.p0.n0.cdn.getcloudapp.com/items/6quvQjb5/ce3ea737-eb29-4b8c-a5f3-65a804a2f56f.mp4).
|
- [Kurarin](https://github.com/FireRedz/kurarin) - osu! beatmap visualizer made in V. [Example video](https://p153.p0.n0.cdn.getcloudapp.com/items/6quvQjb5/ce3ea737-eb29-4b8c-a5f3-65a804a2f56f.mp4).
|
||||||
- [minesweeper](https://github.com/ali-furkan/minesweeper-v) - A simple Minesweeper game written in vlang.
|
- [minesweeper](https://github.com/ali-furkan/minesweeper-v) - A simple Minesweeper game written in vlang.
|
||||||
|
- [Puzzle Vibes](https://github.com/Larpon/puzzle_vibes) - A jigsaw-like puzzle game written in V using `shy`.
|
||||||
- [v-pong](https://github.com/thebigsmileXD/v-pong) - A classic paddle game brought back to life through the power of V.
|
- [v-pong](https://github.com/thebigsmileXD/v-pong) - A classic paddle game brought back to life through the power of V.
|
||||||
|
|
||||||
### Graphics
|
### Graphics
|
||||||
@ -172,6 +173,7 @@
|
|||||||
|
|
||||||
### Database clients
|
### Database clients
|
||||||
|
|
||||||
|
- [redis](https://github.com/Coachonko/redis) - Connect and interface with Redis-compatible databases.
|
||||||
- [redis](https://github.com/patrickpissurno/vredis) - Redis client for V, written in V.
|
- [redis](https://github.com/patrickpissurno/vredis) - Redis client for V, written in V.
|
||||||
- [vmemcached](https://github.com/blacktrub/vmemcached) - Memcached client for V, written in V.
|
- [vmemcached](https://github.com/blacktrub/vmemcached) - Memcached client for V, written in V.
|
||||||
- [vsql](https://github.com/lydiandy/vsql) - A sql query builder for V.
|
- [vsql](https://github.com/lydiandy/vsql) - A sql query builder for V.
|
||||||
@ -196,6 +198,7 @@
|
|||||||
|
|
||||||
- [engine](https://github.com/LouisSchmieder/engine) - WIP Vulkan in V.
|
- [engine](https://github.com/LouisSchmieder/engine) - WIP Vulkan in V.
|
||||||
- [raylib.v](https://github.com/irishgreencitrus/raylib.v) - Updated V bindings for [raylib](https://www.raylib.com) with plans for complete cross-platform support.
|
- [raylib.v](https://github.com/irishgreencitrus/raylib.v) - Updated V bindings for [raylib](https://www.raylib.com) with plans for complete cross-platform support.
|
||||||
|
- [shy](https://github.com/Larpon/shy) - A foundation that helps you being creative in V.
|
||||||
- [V_ecs](https://github.com/mohamedLT/V_ecs) - ECS library made in V inspired by Bevy ECS.
|
- [V_ecs](https://github.com/mohamedLT/V_ecs) - ECS library made in V inspired by Bevy ECS.
|
||||||
- [vraylib](https://github.com/mohamedLT/vraylib) - A V wrapper for the awesome raylib library.
|
- [vraylib](https://github.com/mohamedLT/vraylib) - A V wrapper for the awesome raylib library.
|
||||||
- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for raylib, the C game development framework.
|
- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for raylib, the C game development framework.
|
||||||
@ -261,6 +264,7 @@
|
|||||||
- [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
- [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
||||||
- [vxml](https://github.com/walkingdevel/vxml) - Pure V library for parsing XML to a DOM.
|
- [vxml](https://github.com/walkingdevel/vxml) - Pure V library for parsing XML to a DOM.
|
||||||
- [whisker](https://github.com/hungrybluedev/whisker) - Fast, robust template engine for V inspired by mustache.
|
- [whisker](https://github.com/hungrybluedev/whisker) - Fast, robust template engine for V inspired by mustache.
|
||||||
|
- [lexical_uuid](https://github.com/Coachonko/lexical_uuid) - Lexicographically-sortable universally unique identifiers.
|
||||||
|
|
||||||
### User Interface toolkits
|
### User Interface toolkits
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user