Skip to content

Releases: Contraz/demosys-py

0.3.12

07 May 17:12
Compare
Choose a tag to compare

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

07 May 00:52
Compare
Choose a tag to compare

Improved texture support:

  • get_texture now take additional parameters overriding defaults
  • Support for mipmapping
  • Support for anisotropic filtering

0.3.10

25 Apr 18:59
Compare
Choose a tag to compare

Support for custom effect managers
Added the run command
More documenations

0.3.9

24 Apr 20:35
Compare
Choose a tag to compare

Revamp project description
Bugfixes

0.3.8

23 Apr 21:57
Compare
Choose a tag to compare

Vastly improved documentation.
Support custom management commands for projects.

0.3.7

22 Apr 21:47
Compare
Choose a tag to compare

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

22 Apr 15:18
Compare
Choose a tag to compare

pygame is no longer a mandatory requirements to use the library
Basic readthedocs documentation
createeffect should create the correct resource structure

0.3.5

20 Apr 22:19
Compare
Choose a tag to compare

More robust buffer validation in VAOs
Improved project generator
Bugfixes

0.3.4

19 Apr 19:48
Compare
Choose a tag to compare

Fixed a buffer overflow issue

0.3.3

19 Apr 16:52
Compare
Choose a tag to compare

Improved timer and rocket support