Added missing bindings to the list!

This commit is contained in:
Rabia Alhaffar 2020-08-31 01:54:41 +03:00 committed by GitHub
parent 48706eaf4b
commit e0c917426b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |
| 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,10 +25,12 @@ 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 |
| 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 |
@ -38,6 +43,7 @@ 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 |
| 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 |