Releases: electronstudio/raylib-python-cffi
Releases · electronstudio/raylib-python-cffi
v4.5.0.1
Only change is addition of binary wheels for Python 3.12, Pypy 3.10 and Macos 14. These have not been tested.
v4.5.0.0
Some examples probably need updating. I'm not running this in production so I can't vouch that this works as well as 4.2. Please report if you are and if it works.
- No RPI binary release because I don't have one anymore.
- Macos ARM64 binaries are back.
v4.2.1.2
- fix booleans on Windows (again)
- automatic conversion of lists of strings (useful for Raygui)
- fixes for code hints in PyCharm - remove red lines.
v4.2.1.1
Removed Macos arm64 binaries, because they were broken. (Github Actions switched their arm64 to x64 without telling anyone.) You can still install on arm64 but pip will build the binary for you.
v4.2.1.0
- Fixes the 4.2.0 release (hopefully)
- Upgrade raylib to 4.2 second release
- Added raymath
- Added support for ARM Macs
- Added support for Raspberry Pi
v4.2.0.0 (BROKEN)
This release is broken in two ways:
- Raylib messed up their 4.2 release.
- I messed up trying to make one binary for multiple Python versions. Why did no-one report it? Anyway, don't use this version.
v4.2.0.0.dev2
fixed build on Raspberry Pi OS Bullseye
v4.2.0.0.dev1
Add raymath
v4.2.0.0.dev0
Snapshot of 4.2-dev.
4.1.0.0.dev0
Snapshot of 4.1-dev. Should fix issue building on M1 macs.