summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRob Loach <[email protected]>2020-09-02 05:02:54 -0400
committerGitHub <[email protected]>2020-09-02 11:02:54 +0200
commit900a28c165b85ade3df350217e4cbe8927bb3be2 (patch)
tree63ac4df9bc083d883c47624c8d7f5b5c0b8e223e
parent9781e1ca8f61c85b803b48e5bd99f97c24ea0509 (diff)
downloadraylib-900a28c165b85ade3df350217e4cbe8927bb3be2.tar.gz
raylib-900a28c165b85ade3df350217e4cbe8927bb3be2.zip
Add versions for various bindings (#1365)
- raylib-cpp - raylib-lua-sol - node-raylib - raylib-js - raylib-chaiscript - raylib-squirrel Co-authored-by: Ray <[email protected]>
-rw-r--r--BINDINGS.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index f35712f6..f07e53d9 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -7,7 +7,7 @@ Here it is a list with the ones I'm aware of:
| name | raylib version | language | repo |
|:------------------:|:-------------: | :--------:|----------------------------------------------------------------------|
| raylib | **3.1-dev** | [C](https://en.wikipedia.org/wiki/C_(programming_language)) | https://github.com/raysan5/raylib |
-| raylib-cpp | 3.0 | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | https://github.com/robloach/raylib-cpp |
+| raylib-cpp | 3.1-dev | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | https://github.com/robloach/raylib-cpp |
| Raylib-cs | 3.0 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/ChrisDill/Raylib-cs |
| raylib-cppsharp | ? | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/phxvyper/raylib-cppsharp |
| RaylibFS | 2.5 | [F#](https://fsharp.org/) | https://github.com/dallinbeutler/RaylibFS |
@@ -22,7 +22,7 @@ Here it is a list with the ones I'm aware of:
| raylib-rs | 3.0 | [Rust](https://www.rust-lang.org/) | https://github.com/deltaphc/raylib-rs |
| raylib-lua | 1.7 | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib-lua |
| 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-sol | 2.5 | [Lua](http://www.lua.org/) | https://github.com/RobLoach/raylib-lua-sol |
| raylib-lua | 3.0 | [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 | 3.0 | [Lua](http://www.lua.org/) | https://github.com/Rabios/raylua |
@@ -48,11 +48,11 @@ Here it is a list with the ones I'm aware of:
| 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 |
-| node-raylib | ? | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib |
+| node-raylib | 3.0 | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib |
| QuickJS-raylib | ? | [QuickJS](https://bellard.org/quickjs/) | https://github.com/sntg-p/QuickJS-raylib |
-| raylib-js | ? | [JavaScript](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-js |
-| raylib-chaiscript | ? | [ChaiScript](http://chaiscript.com/) | https://github.com/RobLoach/raylib-chaiscript |
-| raylib-squirrel | ? | [Squirrel](http://www.squirrel-lang.org/) | https://github.com/RobLoach/raylib-squirrel |
+| raylib-js | 2.6 | [JavaScript](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-js |
+| raylib-chaiscript | 2.6 | [ChaiScript](http://chaiscript.com/) | https://github.com/RobLoach/raylib-chaiscript |
+| raylib-squirrel | 2.5 | [Squirrel](http://www.squirrel-lang.org/) | https://github.com/RobLoach/raylib-squirrel |
| racket-raylib-2d | ? | [Racket](https://racket-lang.org/) | https://github.com/arvyy/racket-raylib-2d |
| raylib-php | ? | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/joseph-montanez/raylib-php |
| raylib-php-ffi | ? | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/oraoto/raylib-php-ffi |