Skip to content

Releases: electronstudio/raylib-python-cffi

5.0.0.3

02 Jul 14:40
Compare
Choose a tag to compare
  • pyray functions optimised to be almost as fast as raylib functions. Please report any breakage!
  • Fixed some red underlines in type hints. Improved some error messages.
  • Python 3.13 support.
  • Raspberry Pi binaries (tested on Pi4).
  • MacOS builds are now MacOS 12 x86 and Macos 14 ARM because CI doesn't support older versions. You'll have to compile from source if you are on older MacOS.

5.0.0.2

05 Apr 14:23
Compare
Choose a tag to compare

5.0.0.1

22 Jan 15:29
Compare
Choose a tag to compare
  • Fix jpeg support
  • Add binding for GLFW
  • Improve .pyi stubs for autocompletion
  • Lots of constant values added to defines.py

Thanks to @ashleysommer

5.0.0.0

21 Dec 19:11
15a4ee2
Compare
Choose a tag to compare

Raylib 5.0 and RayGUI 4.0.

v4.5.0.1

27 Oct 03:43
Compare
Choose a tag to compare

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

22 May 17:20
Compare
Choose a tag to compare

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

18 Oct 19:17
Compare
Choose a tag to compare
  • 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

24 Aug 19:17
Compare
Choose a tag to compare

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

21 Aug 00:40
Compare
Choose a tag to compare
  • 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)

11 Aug 21:23
Compare
Choose a tag to compare

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.