From 632d16e27d1caf907b5ec06dd2ad6e76a7d0c62d Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 9 Jun 2019 22:54:56 +0200 Subject: [PATCH] Added raylib-python-cffi --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) 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