diff options
| author | Rabia Alhaffar <[email protected]> | 2021-02-25 19:26:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-25 18:26:29 +0100 |
| commit | 4e1c7a9f4652038a29123cfb0aae44e2e4bae14b (patch) | |
| tree | 334416610f31c427affcb68a24b293e5ab3b337b /BINDINGS.md | |
| parent | ead339fa96435a0d558224f6f432d013bb68e2e2 (diff) | |
| download | raylib-4e1c7a9f4652038a29123cfb0aae44e2e4bae14b.tar.gz raylib-4e1c7a9f4652038a29123cfb0aae44e2e4bae14b.zip | |
Added raylib-v7 and done edit as comparing between JavaScript bindings... (#1614)
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 578da313..2bf35d1c 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -53,7 +53,8 @@ Here it is a list with the ones I'm aware of: | clj-raylib | 3.0 | [Clojure](https://clojure.org/) | https://github.com/lsevero/clj-raylib | | node-raylib | 3.5 | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib | | QuickJS-raylib | 3.0 | [QuickJS](https://bellard.org/quickjs/) | https://github.com/sntg-p/QuickJS-raylib | -| raylib-duktape | 2.6 | [JavaScript](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-duktape | +| raylib-duktape | 2.6 | [JavaScript (Duktape)](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/RobLoach/raylib-duktape | +| raylib-v7 | 3.5 | [JavaScript (v7)](https://en.wikipedia.org/wiki/JavaScript) | https://github.com/Rabios/raylib-v7 | | 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 | 2.5 | [Racket](https://racket-lang.org/) | https://github.com/arvyy/racket-raylib-2d | |
