Skip to content

Releases: electronstudio/raylib-python-cffi

5.5.0.3

03 Sep 16:10

Choose a tag to compare

  • add a bunch of env variables to configure build paths (requested by Nix but may be useful to others) (@Sigmanificient @3demax )
  • switch Linux builds to use very old glibc for universal compatibility
  • patch a bug in Raygui GuiGetStyle()
  • make it easier to build yourself on windows (@blep )
  • can now suppress startup message by doing logging.basicConfig(level=logging.ERROR) (@incognitojam )
  • fix struct typedefs so you can now do Texture2D() or Texture() if you prefer
  • update Physac to newer version by @victorfisac
  • make the build pep517 compliant so it wont break next month when they remove support

Don't forget to check out the new examples from @blep:

https://github.com/blep/pyray_examples

5.5.0.2

24 Nov 13:57

Choose a tag to compare

  • fix raylib_dynamic (again)

5.5.0.1

24 Nov 12:18

Choose a tag to compare

  • Update DLLs in raylib_dynamic package (although I still don't recommend anyone use this package)
  • Fix for audio in web backend by @pmp-p

5.5.0.0

19 Nov 14:48
bf6d5d4

Choose a tag to compare

  • Raylib version 5.5
  • New backends! Install raylib package for standard, raylib_sdl package for SDL backend or raylib_drm for Linux framebuffer. Do not install more than one package. SDL is recommended because it handles fullscreen mode and controllers better.
  • Fixed typo in vector2 function names

5.0.0.5

17 Nov 03:53

Choose a tag to compare

The type stubs are now compatible with mypy type checking. All of the examples validate, but there's probably some usecases not covered so please report if you find a type that should be valid but isn't.

5.5.0.0.dev3

17 Oct 17:54

Choose a tag to compare

This is a dev release, so to install it you must specify the exact version:

pip3 install raylib==5.5.0.0.dev3
  • Raylib version 5.5-dev
  • New backends! Install raylib package for standard, raylib_sdl package for SDL backend with better controller support, or raylib_drm for Linux framebuffer. Do not install more than one package.

Please report in the comments whether these packages work for you and what system you are using!

5.0.0.4

01 Oct 00:07

Choose a tag to compare

Fixes a couple of build issues and improves error messages for users of the source distribution. (No changes if you're using the binary wheels.)

5.0.0.3

02 Jul 14:40

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

Choose a tag to compare

5.0.0.1

22 Jan 15:29

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