diff options
| author | ArnautDaniel <[email protected]> | 2020-09-13 15:37:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-13 21:37:55 +0200 |
| commit | ddba31d4236ea3c1a39d0d83f1e92961a2463d7f (patch) | |
| tree | 423632549880abbed13f909494db3888b5549e1e /BINDINGS.md | |
| parent | c196b09d33c6095c1cf7fb03c328319e784b45cc (diff) | |
| download | raylib-ddba31d4236ea3c1a39d0d83f1e92961a2463d7f.tar.gz raylib-ddba31d4236ea3c1a39d0d83f1e92961a2463d7f.zip | |
Add Gforth bindings and update Factor bindings (#1375)
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 993adbf8..4400d2e1 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -57,7 +57,8 @@ Here it is a list with the ones I'm aware of: | raylib-php | ? | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/joseph-montanez/raylib-php | | raylib-php-ffi | 2.4-dev | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/oraoto/raylib-php-ffi | | raylib-phpcpp | 3.0 | [PHP](https://en.wikipedia.org/wiki/PHP) | https://github.com/oraoto/raylib-phpcpp | -| raylib-factor | 2.5 | [Factor](https://factorcode.org/) | https://github.com/Silverbeard00/raylib-factor | +| raylib-factor | 2.5 | [Factor](https://factorcode.org/) | https://github.com/ArnautDaniel/raylib-factor | +| gforth-raylib | 3.0 | [Gforth](https://gforth.org/) | https://github.com/ArnautDaniel/gforth-raylib | | 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 | |
