- Ability to restrict camera movements - Backface culling - Physics improvements - Switched to setup.cfg instead of setup.py
1.1.3
Minor fixes for several things like wavefront physics support or unnecessary blocking exceptions.
1.1.0
Now you can create even better OpenGL applications using Payton inside GTK3!
SDL2 is still the default window environment but check out additional/03_gtk.py example on how to build your GTK3 app with Payton.
1.0.3
Supporting Python 3.10 with Cython for numpy trouble. Added ENV variables for configurations.
1.0.2
- Disabling OpenGL version enforce to 3.3 and let graphics card to use highest available. - Removed multisampling rules as some cards might not support - Supported lowest Python version is set to 3.8