diff options
| author | Ray <[email protected]> | 2019-06-09 22:54:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-09 22:54:56 +0200 |
| commit | 632d16e27d1caf907b5ec06dd2ad6e76a7d0c62d (patch) | |
| tree | 48db4d8fa6e46d60c3eb819f4d0f80dbcd4b0c54 | |
| parent | f6db1ef9c5c482de2f555304e5a026c8204b926a (diff) | |
| download | raylib-632d16e27d1caf907b5ec06dd2ad6e76a7d0c62d.tar.gz raylib-632d16e27d1caf907b5ec06dd2ad6e76a7d0c62d.zip | |
Added raylib-python-cffi
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index b84c9064..e6d2fde0 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -16,6 +16,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib-ruby-ffi](https://github.com/D3nX/raylib-ruby-ffi) : raylib **Ruby** binding - [raylib-rs](https://github.com/deltaphc/raylib-rs) : raylib **Rust** binding - [raylib-py](https://github.com/overdev/raylib-py) : raylib **Python** binding + - [raylib-python-cffi](https://github.com/electronstudio/raylib-python-cffi) : raylib **Python** binding - [raylib-haskell](https://github.com/DevJac/raylib-haskell) : raylib **Haskell** binding - [raylib-java](https://github.com/XoanaIO/raylib-java) : raylib **Java** binding - [raylib-chaiscript](https://github.com/RobLoach/raylib-chaiscript) : raylib **ChaiScript** binding |
