diff options
| author | Dor Shapira <[email protected]> | 2022-10-26 18:14:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-26 17:14:24 +0200 |
| commit | bc60812d68c51b37e1816660a6e4e82d6497732d (patch) | |
| tree | fdbf47aa660c003b47fbbe6086bff68cd7ff404b /BINDINGS.md | |
| parent | df4199e2c1fa6478a24ea49d56d9b60d0e39f8d3 (diff) | |
| download | raylib-bc60812d68c51b37e1816660a6e4e82d6497732d.tar.gz raylib-bc60812d68c51b37e1816660a6e4e82d6497732d.zip | |
added raylib-python-ctypes bindings (#2780)
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 21112b95..7ca8e8d4 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.4.0.Pascal | **4.0** | [Free Pascal](https://en.wikipedia.org/wiki/Free_Pascal)| Zlib | https://github.com/sysrpl/Raylib.4.0.Pascal | | pyraylib | 3.7 | [Python](https://www.python.org/) | Zlib | https://github.com/Ho011/pyraylib | | raylib-python-cffi | **4.2** | [Python](https://www.python.org/) | EPL-2.0 | https://github.com/electronstudio/raylib-python-cffi | +| raylib-python-ctypes | **4.2** | [Python](https://www.python.org/) | MIT | https://github.com/sDos280/raylib-python-ctypes | | 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 | | raylibr | **4.0** | [R](https://www.r-project.org) | MIT | https://github.com/jeroenjanssens/raylibr | |
