summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRamiro Magno <[email protected]>2022-08-04 15:01:19 +0100
committerGitHub <[email protected]>2022-08-04 16:01:19 +0200
commit3e4a8bb6408144ddb86f96bb1f82a80ae52ab0f6 (patch)
treefcf13826942a11ce9303dc0d894ca8e23a12c421
parent090e47dca0618e2a188a1ac82be9940e8baa79ed (diff)
downloadraylib-3e4a8bb6408144ddb86f96bb1f82a80ae52ab0f6.tar.gz
raylib-3e4a8bb6408144ddb86f96bb1f82a80ae52ab0f6.zip
Update bindings with raylibr (#2611)
Add R package raylibr as a new binding for the R language
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 84b50301..b7930220 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -44,6 +44,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-python-cffi | **4.0** | [Python](https://www.python.org/) | EPL-2.0 | https://github.com/electronstudio/raylib-python-cffi |
| 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 |
+| raylibr | **4.0** | [R](https://www.r-project.org) | MIT | https://github.com/jeroenjanssens/raylibr |
| raylib-rs | 3.5 | [Rust](https://www.rust-lang.org/) | Zlib | https://github.com/deltaphc/raylib-rs |
| Relib | 3.5 | [ReCT](https://github.com/RedCubeDev-ByteSpace/ReCT) | ? | https://github.com/RedCubeDev-ByteSpace/Relib |
| racket-raylib | **4.0** | [Racket](https://racket-lang.org/) | MIT/Apache-2.0 | https://github.com/eutro/racket-raylib |