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()orTexture()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: