This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/raylib/static
Simon 76121e34a9
Raspberry Pi builds (#30)
Instructions, plus build option for running full-screen applications (without
X11) on vanilla 32-bit Raspbian installations.

This doesn't commit the actual .so binaries, since there are at least two
possible variants (as described in the README).
2021-06-05 12:03:40 +01:00
..
__init__.py import cffi for pyinstaller 2019-06-11 15:37:39 +01:00
_raylib_cffi.c update linux binaries to 3.5 (note using new glibc so may not work on old linuxes) 2021-01-16 18:32:38 +00:00
_raylib_cffi.cp36-win_amd64.pyd windows 64 bit 2020-02-14 11:50:25 -08:00
_raylib_cffi.cp37-win_amd64.pyd windows 64 bit 2020-02-14 11:50:25 -08:00
_raylib_cffi.cp38-win32.pyd add 32-bit windows static build. 64 wont build 2020-02-14 11:10:22 -08:00
_raylib_cffi.cp38-win_amd64.pyd windows 64 bit 2020-02-14 11:50:25 -08:00
_raylib_cffi.cpython-36m-darwin.so update mac builds to 3.0 2020-04-01 15:04:32 +01:00
_raylib_cffi.cpython-36m-x86_64-linux-gnu.so build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
_raylib_cffi.cpython-37m-darwin.so update mac builds to 3.0 2020-04-01 15:04:32 +01:00
_raylib_cffi.cpython-37m-x86_64-linux-gnu.so build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
_raylib_cffi.cpython-38-darwin.so update mac builds to 3.0 2020-04-01 15:04:32 +01:00
_raylib_cffi.cpython-38-x86_64-linux-gnu.so build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
_raylib_cffi.cpython-39-x86_64-linux-gnu.so build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
build_linux.py update linux to 3.0 2020-04-07 04:20:05 +01:00
build_linux_multi.sh update linux multi build script 2021-01-16 17:15:13 +00:00
build_mac.py update mac to 2.6 2020-02-14 16:30:11 +00:00
build_mac_multi.sh update mac to 2.6 2020-02-14 16:30:11 +00:00
build_rpi_nox.py Raspberry Pi builds (#30) 2021-06-05 12:03:40 +01:00
build_rpi_nox_multi.sh Raspberry Pi builds (#30) 2021-06-05 12:03:40 +01:00
build_win32.py change bools to ints because windows compiler incorrectly says C bools are 1 byte when they should be 4 2019-07-03 10:21:56 +01:00