diff options
| author | irishgreencitrus <[email protected]> | 2021-08-26 16:27:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-26 17:27:31 +0200 |
| commit | 1286bc076f2f121b5375554c2ff26d2c1c72e0eb (patch) | |
| tree | a50ee08e5f2dad654d4bd29da3762959c95b4350 | |
| parent | 3d33c559e72340184d1cdb524faf8e6eb841022c (diff) | |
| download | raylib-1286bc076f2f121b5375554c2ff26d2c1c72e0eb.tar.gz raylib-1286bc076f2f121b5375554c2ff26d2c1c72e0eb.zip | |
Add raylib.v binding (#1955)
Added raylib.v binding for Vlang
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index b154dc7b..2311406b 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -82,6 +82,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | jaylib | 3.0 | [Janet](https://janet-lang.org/) | https://github.com/janet-lang/jaylib | | raykit | ? | [Kit](https://www.kitlang.org/) | https://github.com/Gamerfiend/raykit | | vraylib | 3.5 | [V](https://vlang.io/) | https://github.com/waotzi/vraylib | +| raylib.v | 3.7 | [V](https://vlang.io/) | https://github.com/irishgreencitrus/raylib.v | | ray.mod | 3.0 | [BlitzMax](https://blitzmax.org/) | https://github.com/bmx-ng/ray.mod | | raylib-ocaml | 3.7 | [OCaml](https://ocaml.org/) | https://github.com/tjammer/raylib-ocaml | | raylib-mosaic | 3.0 | [Mosaic](https://github.com/sal55/langs/tree/master/Mosaic) | https://github.com/pluckyporcupine/raylib-mosaic | |
