diff options
| author | Hussein Sarea <[email protected]> | 2021-08-28 10:57:13 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-28 09:57:13 +0200 |
| commit | 66c6ec44650d56cbe0bfb5c60d84b7225fccc1e5 (patch) | |
| tree | cc9a99451f0f693d6b0854a7e3d20d085e2dd174 | |
| parent | 936199d8de3fecf3ff57bab4d5e35ed9c5ffa54b (diff) | |
| download | raylib-66c6ec44650d56cbe0bfb5c60d84b7225fccc1e5.tar.gz raylib-66c6ec44650d56cbe0bfb5c60d84b7225fccc1e5.zip | |
Add pyraylib (#1961)
| -rw-r--r-- | BINDINGS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 2311406b..16369262 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -45,9 +45,10 @@ Some people ported raylib to other languages in form of bindings or wrappers to | raylib-ruby-ffi | 2.0 | [Ruby](https://www.ruby-lang.org/en/) | https://github.com/D3nX/raylib-ruby-ffi | | raylib-ruby | 2.6 | [Ruby](https://www.ruby-lang.org/en/) | https://github.com/a0/raylib-ruby | | raylib-mruby | 2.5-dev | [mruby](https://github.com/mruby/mruby) | https://github.com/lihaochen910/raylib-mruby | +| pyraylib | 3.7 | [Python](https://www.python.org/) | https://github.com/Ho011/pyraylib | | raylib-py | 2.0 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py | | raylib-python-cffi | 3.7 | [Python](https://www.python.org/) | https://github.com/electronstudio/raylib-python-cffi | -| raylib-py-ctbg | 2.6 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py-ctbg | +| raylib-py-ctbg | 2.6 | [Python](https://www.python.org/) | https://github.com/overdev/raylib-py-ctbg | | jaylib | 3.7 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/electronstudio/jaylib/ | | raylib-java | 2.0 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/XoanaIO/raylib-java | | raylib-j | 3.5 | [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) | https://github.com/CreedVI/Raylib-J | |
