mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Added raylib.v and fixed lint errors. (#114)
This commit is contained in:
parent
925f78a3a7
commit
a2e835f27f
@ -129,7 +129,7 @@
|
||||
- [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang.
|
||||
- [ascii_robot](https://github.com/Delta456/ascii_robot) - ASCII Robot generator written in V.
|
||||
- [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang.
|
||||
- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation
|
||||
- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation.
|
||||
|
||||
### Graphics
|
||||
|
||||
@ -141,7 +141,8 @@
|
||||
|
||||
### Game development
|
||||
|
||||
- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework.
|
||||
- [raylib.v](https://github.com/irishgreencitrus/raylib.v) - Updated V bindings for [raylib](https://www.raylib.com) with plans for complete cross-platform support.
|
||||
- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for raylib, the C game development framework.
|
||||
|
||||
### Web
|
||||
|
||||
@ -170,7 +171,7 @@
|
||||
|
||||
- [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
|
||||
- [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support.
|
||||
- [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows
|
||||
- [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows.
|
||||
|
||||
### Automation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user