diff options
| author | Rob Loach <[email protected]> | 2022-10-15 18:25:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-16 00:25:52 +0200 |
| commit | c5e89241c515d12a739a0d0bacb6a05395bf2a95 (patch) | |
| tree | 9407f6bd433a1101279299786f55c99fbfdcd09f /BINDINGS.md | |
| parent | 0b69bc28c6dc671970b9cbe9dcf2bcdf1d8506d7 (diff) | |
| download | raylib-c5e89241c515d12a739a0d0bacb6a05395bf2a95.tar.gz raylib-c5e89241c515d12a739a0d0bacb6a05395bf2a95.zip | |
BINDINGS: Add Umka bindings to BINDINGS.md (#2760)
[raylib-umka](https://github.com/robloach/raylib-umka) provides [Umka scripting language](https://github.com/vtereshkov/umka-lang) bindings to raylib.
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 85e5f929..b2bced13 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -54,6 +54,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-swift | **4.0** | [Swift](https://swift.org/) | MIT | https://github.com/STREGAsGate/Raylib | | raylib-scopes | auto | [Scopes](http://scopes.rocks) | MIT | https://github.com/salotz/raylib-scopes | | raylib-smallBasic | 4.1-dev | [SmallBASIC](https://github.com/smallbasic/SmallBASIC) | GPLv3 | https://github.com/smallbasic/smallbasic.plugins/tree/master/raylib | +| raylib-umka | **4.2** | [Umka](https://github.com/vtereshkov/umka-lang) | Zlib | https://github.com/robloach/raylib-umka | | raylib.v | **4.2** | [V](https://vlang.io/) | Zlib | https://github.com/irishgreencitrus/raylib.v | | raylib-wren | **4.0** | [Wren](http://wren.io/) | ISC | https://github.com/TSnake41/raylib-wren | | raylib-zig | **4.2** | [Zig](https://ziglang.org/) | MIT | https://github.com/Not-Nik/raylib-zig | |
