summaryrefslogtreecommitdiffhomepage
path: root/BINDINGS.md
diff options
context:
space:
mode:
authorsalotz <[email protected]>2021-12-22 04:38:39 -0500
committerGitHub <[email protected]>2021-12-22 10:38:39 +0100
commitbb014ee61bd3d2ed26ffc7f05ad8e1a4218dc9ff (patch)
treeabaa4f2296815d791fdfb1e1888a54ea6ca3d4b3 /BINDINGS.md
parent9e5a9892be9d8d193989869a2aa3eb8684073e0a (diff)
downloadraylib-bb014ee61bd3d2ed26ffc7f05ad8e1a4218dc9ff.tar.gz
raylib-bb014ee61bd3d2ed26ffc7f05ad8e1a4218dc9ff.zip
add the raylib-scopes binding (#2238)
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 bd83c419..da2a89a7 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -46,6 +46,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-freebasic | **4.0** | [FreeBASIC](https://www.freebasic.net/) | MIT | https://github.com/WIITD/raylib-freebasic |
| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr |
| dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib |
+| raylib-scopes | auto | [Scopes](https://scopes.rocks) | MIT | https://github.com/salotz/raylib-scopes |
### 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.