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

Raspberry Pi builds #30

Closed simonchatts closed 3 years ago

simonchatts commented 3 years ago

Thanks for this project!

This partially addresses #26, but doesn't commit the .so binaries. This is because, as the README diff explains, there is more than one way to use Raylib on a Raspberry Pi, and a single shared object has to chose one.

I've tested this using the first option listed there (32-bit Broadcom GPU drivers, full-screen application, no X11) and it works great.