summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCapital-EX <[email protected]>2022-05-06 13:24:24 -0400
committerGitHub <[email protected]>2022-05-06 19:24:24 +0200
commit7fc96624801c2cd86b39fc57f6740676a3a798eb (patch)
treefb835bef435d4f34c1b13a5f903c80f58f2f0ba2
parented29b4eedf0a5cea5a7878658d50743088dba6a6 (diff)
downloadraylib-7fc96624801c2cd86b39fc57f6740676a3a798eb.tar.gz
raylib-7fc96624801c2cd86b39fc57f6740676a3a798eb.zip
Update Note About Factor's Raylib Bindings (#2466)
Factor's bindings have been moved into the main repo. Additionally, they have been updated to 4.0.
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index ad487f3f..d1072494 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -31,7 +31,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| node-raylib | **4.0** | [Node.js](https://nodejs.org/en/) | Zlib | https://github.com/RobLoach/node-raylib |
| raylib-php | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/joseph-montanez/raylib-php |
| raylib-phpcpp | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/oraoto/raylib-phpcpp |
-| raylib-factor | 3.5 | [Factor](https://factorcode.org/) | MIT | https://github.com/ArnautDaniel/raylib-factor |
+| raylib-factor | **4.0** | [Factor](https://factorcode.org/) | BSD | https://github.com/factor/factor/blob/master/extra/raylib/raylib.factor |
| gforth-raylib | 3.5 | [Gforth](https://gforth.org/) | MIT | https://github.com/ArnautDaniel/gforth-raylib |
| raylib-hx | 4.0 | [Haxe](https://haxe.org/) | Zlib | https://github.com/foreignsasquatch/raylib-hx |
| raylib-wren | **4.0** | [Wren](http://wren.io/) | ISC | https://github.com/TSnake41/raylib-wren |