diff options
| author | Kenta <[email protected]> | 2023-01-14 18:40:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-14 19:40:48 +0100 |
| commit | aed131a8f0746065d97f2ff35f5a90713236efc0 (patch) | |
| tree | 17684727b3ebb8d03ca668f6ece8c10b6f943f16 | |
| parent | d224414eb1fcbe93bcaf2ba02490bbd6f8db624a (diff) | |
| download | raylib-aed131a8f0746065d97f2ff35f5a90713236efc0.tar.gz raylib-aed131a8f0746065d97f2ff35f5a90713236efc0.zip | |
Update BINDINGS.md (#2858)
* Update BINDINGS.md
Add Kaylib - Kotlin/Native binding for 4.5-dev (proper binding).
Add Raylib-Nelua - Nelua binding for 4.5-dev with working wasm export.
* Update BINDINGS.md
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 80dc1b85..6eec7bb3 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -33,9 +33,11 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-j | **4.0** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | Zlib | https://github.com/CreedVI/Raylib-J | | raylib.jl | **4.2** | [Julia](https://julialang.org/) | Zlib | https://github.com/irishgreencitrus/raylib.jl | | kaylib | 3.7 | [Kotlin/native](https://kotlinlang.org) | ? | https://github.com/electronstudio/kaylib | +| kaylib | **4.5-dev**| [Kotlin/native](https://kotlinlang.org) | MIT | https://codeberg.org/Kenta/Kaylib | | raylib-lua | **4.2** | [Lua](http://www.lua.org/) | ISC | https://github.com/TSnake41/raylib-lua | | raylua | **4.0** | [Lua](http://www.lua.org/) | MIT | https://github.com/Rabios/raylua | | nelua-raylib | 4.0 | [nelua](https://nelua.io/) | MIT | https://github.com/AKDev21/nelua-raylib | +| Raylib-Nelua | **4.5-dev** | [nelua](https://nelua.io/) | MIT | https://github.com/Its-Kenta/Raylib-Nelua | | NimraylibNow! | 4.2 | [Nim](https://nim-lang.org/) | MIT | https://github.com/greenfork/nimraylib_now | | raylib-Forever | auto | [Nim](https://nim-lang.org/) | ? | https://github.com/Guevara-chan/Raylib-Forever | | naylib | auto | [Nim](https://nim-lang.org/) | MIT | https://github.com/planetis-m/naylib | |
