From e0c917426b210e93f8024314e0ee5628f0f2089a Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Mon, 31 Aug 2020 01:54:41 +0300 Subject: [PATCH] Added missing bindings to the list! --- BINDINGS.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/BINDINGS.md b/BINDINGS.md index 0bd3102de..f68e0d6e2 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -9,12 +9,15 @@ Here it is a list with the ones I'm aware of: | raylib | C | https://github.com/raysan5/raylib | | raylib-cpp | C++ | https://github.com/robloach/raylib-cpp | | Raylib-cs | C# | https://github.com/ChrisDill/Raylib-cs | +| raylib-cppsharp | C# | https://github.com/phxvyper/raylib-cppsharp | | RaylibFS | F# | https://github.com/dallinbeutler/RaylibFS | -| raylib_d | D | https://github.com/0xFireball/raylib_d | +| raylib_d | D | https://github.com/Sepheus/raylib_d | | raylib-d | D | https://github.com/onroundit/raylib-d | -| bindbc-raylib | D | https://github.com/o3o/bindbc-raylib | +| bindbc-raylib | D | https://github.com/o3o/bindbc-raylib | +| dray | D | https://github.com/xdrie/dray | | raylib-go | Go | https://github.com/gen2brain/raylib-go | | raylib-goplus | Go | https://github.com/Lachee/raylib-goplus | +| ray-go | Go | https://github.com/hecate-tech/ray-go | | raylib-rs | [Rust](https://www.rust-lang.org/) | https://github.com/deltaphc/raylib-rs | | raylib-lua | Lua | https://github.com/raysan5/raylib-lua | | raylib-lua-ffi | Lua | https://github.com/raysan5/raylib/issues/693 | @@ -22,14 +25,16 @@ Here it is a list with the ones I'm aware of: | raylib-lua (raylua)| Lua | https://github.com/TSnake41/raylib-lua | | raylib-luamore | Lua | https://github.com/HDPLocust/raylib-luamore | | raylua | Lua | https://github.com/Rabios/raylua | +| LuaJIT-Raylib | Lua | https://github.com/Bambofy/LuaJIT-Raylib | | raylib-nelua | [Nelua](https://nelua.io/) | https://github.com/Andre-LA/raylib-nelua-mirror | | raylib-Nim | Nim | https://gitlab.com/define-private-public/raylib-Nim | | raylib-nim | Nim | https://github.com/Skrylar/raylib-nim | -| raylib-Forever | Nim | https://github.com/Guevara-chan/Raylib-Forever | +| raylib-Forever | Nim | https://github.com/Guevara-chan/Raylib-Forever | +| nim-raylib | Nim | https://github.com/tomc1998/nim-raylib | | raylib-haskell | [Haskell](https://www.haskell.org/) | https://github.com/DevJac/raylib-haskell | | raylib-cr | Crystal | https://github.com/AregevDev/raylib-cr | | cray | Crystal | https://gitlab.com/Zatherz/cray | -| raylib.cr | Crystal | https://github.com/sam0x17/raylib.cr | +| raylib.cr | Crystal | https://github.com/sam0x17/raylib.cr | | raylib-pascal | Pascal | https://github.com/drezgames/raylib-pascal | | raylib-pas | Pascal | https://github.com/tazdij/raylib-pas | | Graphics-Raylib | Perl | https://github.com/athreef/Graphics-Raylib | @@ -38,7 +43,8 @@ Here it is a list with the ones I'm aware of: | raylib-mruby | mruby | https://github.com/lihaochen910/raylib-mruby | | raylib-py | Python | https://github.com/overdev/raylib-py | | raylib-python-cffi | Python | https://github.com/electronstudio/raylib-python-cffi | -| jaylib | Java | https://github.com/electronstudio/jaylib/ | +| raylib-py-ctbg | Python | https://github.com/overdev/raylib-py-ctbg | +| jaylib | Java | https://github.com/electronstudio/jaylib/ | | raylib-java | Java | https://github.com/XoanaIO/raylib-java | | clj-raylib | [Clojure](https://clojure.org/) | https://github.com/lsevero/clj-raylib | | node-raylib | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib |