diff options
| author | Daw-Ran Liou <[email protected]> | 2022-06-06 15:05:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-07 00:05:58 +0200 |
| commit | 06db2767fea3ca7151d64d5cb6cf2544a39a78b4 (patch) | |
| tree | a94db983e0830754ac5ef9cdfa2967d2a07af004 /BINDINGS.md | |
| parent | 9c676e599e0159fe392e34c614339bb2d34d3007 (diff) | |
| download | raylib-06db2767fea3ca7151d64d5cb6cf2544a39a78b4.tar.gz raylib-06db2767fea3ca7151d64d5cb6cf2544a39a78b4.zip | |
Update `cl-raylib` binding (#2509)
Commit d57c8136426b7cc8a39e77f05097c8585d4bb1eb from longlene/cl-raylib now puts
the binding on track with raylib version 4.0.
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index e2d91651..b03f78e9 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -53,6 +53,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-zig | **4.0** | [Zig](https://ziglang.org/) | MIT | https://github.com/Not-Nik/raylib-zig | | raylib.zig | **4.1-dev** | [Zig](https://ziglang.org/) | MIT | https://github.com/ryupold/raylib.zig | | racket-raylib | **4.0** | [Racket](https://racket-lang.org/) | MIT/Apache-2.0 | https://github.com/eutro/racket-raylib | +| cl-raylib | **4.0** | [Common Lisp](https://common-lisp.net/) | MIT | https://github.com/longlene/cl-raylib | ### 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. @@ -103,7 +104,6 @@ These are older raylib bindings that are more than 2 versions old or have not be | raylib-php-ffi | 2.4-dev | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/oraoto/raylib-php-ffi | | raylib-haxe | 2.4 | [Haxe](https://haxe.org/) | https://github.com/ibilon/raylib-haxe | | ringraylib | 2.6 | [Ring](http://ring-lang.sourceforge.net/) | https://github.com/ringpackages/ringraylib | -| cl-raylib | 3.0 | [Common Lisp](https://common-lisp.net/) | https://github.com/longlene/cl-raylib | | raylib-scm | 2.5 | [Chicken Scheme](https://www.call-cc.org/) | https://github.com/yashrk/raylib-scm | | raylib-chibi | 2.5 | [Chibi-Scheme](https://github.com/ashinn/chibi-scheme) | https://github.com/VincentToups/raylib-chibi | | raylib-gambit-scheme | 3.1-dev | [Gambit Scheme](https://github.com/gambit/gambit) | https://github.com/georgjz/raylib-gambit-scheme | |
