Releases: Contraz/demosys-py
Releases · Contraz/demosys-py
0.3.12
Improved shader uniform support:
- mat2 uniforms
- matrix uniforms can be transposed
- boolean uniforms
- signed and unsigned integers
- double uniforms
- array versions of all uniforms
- sampler3D
SingleEffectManager now correctly loads the right effect when runeffect is used.
0.3.11
Improved texture support:
- get_texture now take additional parameters overriding defaults
- Support for mipmapping
- Support for anisotropic filtering
0.3.10
Support for custom effect managers
Added the run command
More documenations
0.3.9
Revamp project description
Bugfixes
0.3.8
Vastly improved documentation.
Support custom management commands for projects.
0.3.7
Code and documentation cleanup.
From this version the license is changed to ISC. This is a much simpler license very close to the old one removing some unnecessary language.
0.3.6
pygame is no longer a mandatory requirements to use the library
Basic readthedocs documentation
createeffect should create the correct resource structure
0.3.5
More robust buffer validation in VAOs
Improved project generator
Bugfixes
0.3.4
Fixed a buffer overflow issue
0.3.3
Improved timer and rocket support