Skip to content

5.5.0.3

Latest

Choose a tag to compare

@electronstudio electronstudio released this 03 Sep 16:10
· 4 commits to master since this release

updated: Python 3.14 builds added. Build process has changed again so please report if they work.

  • 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