summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDan Vu <[email protected]>2023-09-08 11:13:00 +0200
committerGitHub <[email protected]>2023-09-08 11:13:00 +0200
commitecc80bbceaaa90e24fff2ce956ce0730991bd552 (patch)
treea3ea3644de0c6cd7ea52b1913e08824540f48f13
parent30a9a24db9d2561335a2a42d423cf9cfeab6e769 (diff)
downloadraylib-ecc80bbceaaa90e24fff2ce956ce0730991bd552.tar.gz
raylib-ecc80bbceaaa90e24fff2ce956ce0730991bd552.zip
added raylib-raku to bindings (#3299)
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index d4bd8fc2..bdd5e255 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -77,6 +77,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-sunder | **auto** | [Sunder](https://github.com/ashn-dot-dev/sunder) | 0BSD | https://github.com/ashn-dot-dev/raylib-sunder |
| rayed-bqn | **auto** | [BQN](https://mlochbaum.github.io/BQN/) | MIT | https://github.com/Brian-ED/rayed-bqn |
| rayjs | 4.6-dev | [QuickJS](https://bellard.org/quickjs/) | MIT | https://github.com/mode777/rayjs |
+| raylib-raku | **auto** | [Raku](https://www.raku.org/) | Artistic License 2.0 | https://github.com/vushu/raylib-raku |
### Utility Wrapers
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.