summaryrefslogtreecommitdiffhomepage
path: root/BINDINGS.md
diff options
context:
space:
mode:
authorRay <[email protected]>2020-09-01 23:27:27 +0200
committerGitHub <[email protected]>2020-09-01 23:27:27 +0200
commit76ceb1daaa1525020d8711e15995b6ee71edd62d (patch)
tree7776f25ec01a563dc20977595a43977ff88edea3 /BINDINGS.md
parented6d27f495c1c445e8146a13d6372eca5e651db6 (diff)
downloadraylib-76ceb1daaa1525020d8711e15995b6ee71edd62d.tar.gz
raylib-76ceb1daaa1525020d8711e15995b6ee71edd62d.zip
Added go-raylib binding and some versions
Diffstat (limited to 'BINDINGS.md')
-rw-r--r--BINDINGS.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 30a2bda5..10e6145f 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -18,13 +18,14 @@ Here it is a list with the ones I'm aware of:
| raylib-go | ? | [Go](https://golang.org/) | https://github.com/gen2brain/raylib-go |
| raylib-goplus | ? | [Go](https://golang.org/) | https://github.com/Lachee/raylib-goplus |
| ray-go | ? | [Go](https://golang.org/) | https://github.com/hecate-tech/ray-go |
+| go-raylib | 3.1-dev | [Go](https://golang.org/) | https://github.com/chunqian/go-raylib |
| raylib-rs | ? | [Rust](https://www.rust-lang.org/) | https://github.com/deltaphc/raylib-rs |
| raylib-lua | ? | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib-lua |
-| raylib-lua-ffi | ? | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib/issues/693 |
+| raylib-lua-ffi | 2.0 | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib/issues/693 |
| raylib-lua-sol | ? | [Lua](http://www.lua.org/) | https://github.com/RobLoach/raylib-lua-sol |
| raylib-lua | ? | [Lua](http://www.lua.org/) | https://github.com/TSnake41/raylib-lua |
| raylib-luamore | ? | [Lua](http://www.lua.org/) | https://github.com/HDPLocust/raylib-luamore |
-| raylua | ? | [Lua](http://www.lua.org/) | https://github.com/Rabios/raylua |
+| raylua | 3.0 | [Lua](http://www.lua.org/) | https://github.com/Rabios/raylua |
| LuaJIT-Raylib | ? | [Lua](http://www.lua.org/) | https://github.com/Bambofy/LuaJIT-Raylib |
| raylib-nelua | ? | [Nelua](https://nelua.io/) | https://github.com/Andre-LA/raylib-nelua-mirror |
| raylib-Nim | ? | [Nim](https://nim-lang.org/) | https://gitlab.com/define-private-public/raylib-Nim |
@@ -43,7 +44,7 @@ Here it is a list with the ones I'm aware of:
| raylib-mruby | ? | [mruby](https://github.com/mruby/mruby) | https://github.com/lihaochen910/raylib-mruby |
| raylib-py | ? | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py |
| raylib-python-cffi | ? | [Python](https://www.python.org/) | https://github.com/electronstudio/raylib-python-cffi |
-| raylib-py-ctbg | ? | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py-ctbg |
+| raylib-py-ctbg | 2.6 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py-ctbg |
| jaylib | ? | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/electronstudio/jaylib/ |
| raylib-java | ? | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/XoanaIO/raylib-java |
| clj-raylib | ? | [Clojure](https://clojure.org/) | https://github.com/lsevero/clj-raylib |