electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Wrap Raygui #4

Closed Pebaz closed 2 years ago

Pebaz commented 4 years ago

It would be pretty amazingly-cool if Raygui was available to use from Python:

https://github.com/raysan5/raygui

electronstudio commented 2 years ago

The easiest way to do it seems to be to just add all the raygui functions in to the same namespace. To do separate raylib.raygui name space would require duplicating the whole project I think.

Anyway I've done it this way and it seems to work: https://github.com/electronstudio/raylib-python-cffi/tree/raygui

Only builds on Linux so far. Does anyone still want this? For other platforms?

electronstudio commented 2 years ago

It's in master for all platforms so will be included when i do a raylib 4.0 release