diff options
| author | irishgreencitrus <[email protected]> | 2022-03-22 13:45:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-22 14:45:26 +0100 |
| commit | 40794da9e4d5ea677bf592b5af607a7d903e05a8 (patch) | |
| tree | 5533d804ec3797e2b07a029b29e03ce458ca3e1f | |
| parent | 0da78307458fd20e3f13260a39042ac416301eaa (diff) | |
| download | raylib-40794da9e4d5ea677bf592b5af607a7d903e05a8.tar.gz raylib-40794da9e4d5ea677bf592b5af607a7d903e05a8.zip | |
Add raylib.jl binding for Julia (#2403)
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 3561d212..045a6255 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -27,6 +27,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-python-cffi | **4.0** | [Python](https://www.python.org/) | EPL-2.0 | https://github.com/electronstudio/raylib-python-cffi | | jaylib | **4.0** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | GPLv3 | https://github.com/electronstudio/jaylib/ | | raylib-j | **4.0** | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | Zlib | https://github.com/CreedVI/Raylib-J | +| raylib.jl | **4.0** | [Julia](https://julialang.org/) | Zlib | https://github.com/irishgreencitrus/raylib.jl | | node-raylib | 3.5 | [Node.js](https://nodejs.org/en/) | Zlib | https://github.com/RobLoach/node-raylib | | raylib-php | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/joseph-montanez/raylib-php | | raylib-phpcpp | 3.5 | [PHP](https://en.wikipedia.org/wiki/PHP) | Zlib | https://github.com/oraoto/raylib-phpcpp | |
