summaryrefslogtreecommitdiffhomepage
path: root/BINDINGS.md
diff options
context:
space:
mode:
authorBraedon Lewis <[email protected]>2023-12-15 10:23:35 -0500
committerGitHub <[email protected]>2023-12-15 16:23:35 +0100
commit1e7b99562a398cf5a41fda557297a41f65aeb1f4 (patch)
treec1211c4620860318f6ce94242e3cb322223d8f5b /BINDINGS.md
parent10c82595b0b239f34baf34ae0faa5bca9d5088c8 (diff)
downloadraylib-1e7b99562a398cf5a41fda557297a41f65aeb1f4.tar.gz
raylib-1e7b99562a398cf5a41fda557297a41f65aeb1f4.zip
Add new raylib-beef binding (#3640)
Diffstat (limited to 'BINDINGS.md')
-rw-r--r--BINDINGS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index 4cd22013..c66c1280 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -7,6 +7,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| name | raylib version | language | license | repo |
|:------------------:|:---------------:|:---------:|:----------:|-----------------------------------------------------------|
| raylib | **5.0** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | Zlib | https://github.com/raysan5/raylib |
+| raylib-beef | **5.0** | [Beef](https://www.beeflang.org/) | MIT | https://github.com/Starpelly/raylib-beef |
| raylib-boo | 3.7 | [Boo](http://boo-language.github.io/)| MIT | https://github.com/Rabios/raylib-boo |
| Raylib-cs | **4.5** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | Zlib | https://github.com/ChrisDill/Raylib-cs |
| Raylib-CsLo | 4.2 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo |