summaryrefslogtreecommitdiffhomepage
path: root/BINDINGS.md
diff options
context:
space:
mode:
authorKenta <[email protected]>2022-10-13 22:00:53 +0100
committerGitHub <[email protected]>2022-10-13 23:00:53 +0200
commitccd4f8b5ae7e9c40cb9ad4b1ef8a8f5c1ab458d9 (patch)
treea124082198e702a342acb748e7e742894b96a82f /BINDINGS.md
parent11fd883ee443d3ea478e750d0116611d72d5708d (diff)
downloadraylib-ccd4f8b5ae7e9c40cb9ad4b1ef8a8f5c1ab458d9.tar.gz
raylib-ccd4f8b5ae7e9c40cb9ad4b1ef8a8f5c1ab458d9.zip
Add C3 binding to BINDINGS.md (#2757)
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 a783194c..85e5f929 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -12,6 +12,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| Raylib-CsLo | **4.2** | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | MPL-2.0 | https://github.com/NotNotTech/Raylib-CsLo |
| cl-raylib | **4.0** | [Common Lisp](https://common-lisp.net/) | MIT | https://github.com/longlene/cl-raylib |
| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr |
+| raylib-c3 | **4.5-dev** | [C3](https://c3-lang.org/) | MIT | https://github.com/Its-Kenta/Raylib-C3 |
| dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib |
| bindbc-raylib3 | **4.0** | [D](https://dlang.org/) | BSL-1.0 | https://github.com/o3o/bindbc-raylib3 |
| dray | **4.0** | [D](https://dlang.org/) | Apache-2.0 | https://github.com/xdrie/dray |