diff options
| author | Mike DX <[email protected]> | 2022-07-18 23:47:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-19 00:47:43 +0200 |
| commit | 0f7c4f762fb9f731f927a575662c542a9af617bc (patch) | |
| tree | 0b6e4e580378d5260442d796cfcf8647bb2e2133 | |
| parent | 49a534b5d478fd2f195380143ded4f0ab764c228 (diff) | |
| download | raylib-0f7c4f762fb9f731f927a575662c542a9af617bc.tar.gz raylib-0f7c4f762fb9f731f927a575662c542a9af617bc.zip | |
Update BINDINGS.md (#2581)
Added Binding for VALA language
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 3c36fc18..264cc100 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -112,6 +112,7 @@ These are older raylib bindings that are more than 2 versions old or have not be | Euraylib | 3.0 | [Euphoria](https://openeuphoria.org/) | https://github.com/gAndy50/Euraylib | | raylib-odin | 3.0 | [Odin](https://odin-lang.org/) | https://github.com/kevinw/raylib-odin | | vraylib | 3.5 | [V](https://vlang.io/) | https://github.com/waotzi/vraylib | +| raylib-vala | 3.0 | [Vala](https://wiki.gnome.org/Projects/Vala) | https://code.guddler.uk/mart/raylibVapi | | raylib-jai | 3.1-dev | [Jai](https://github.com/BSVino/JaiPrimer/blob/master/JaiPrimer.md) | https://github.com/kujukuju/raylib-jai | | ray.zig | 2.5 | [Zig](https://ziglang.org/) | https://github.com/BitPuffin/zig-raylib-experiments | | raylib-Ada | 3.0 | [Ada](https://www.adacore.com/about-ada) | https://github.com/mimo/raylib-Ada | @@ -129,7 +130,6 @@ These are older raylib bindings that are more than 2 versions old or have not be | raylib.cbl | 2.0 | [COBOL](https://en.wikipedia.org/wiki/COBOL) | *[code examples](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* | - Missing some language or wrapper? Feel free to create a new one! :) Usually, raylib bindings follow the convention: `raylib-{language}` |
