Skip to content

Releases: Zuzu-Typ/PyGLM

1.1.3

20 Dec 18:25
0ba6542
Compare
Choose a tag to compare

Update to GLM 0.9.9.6

Enabled the isPowerOfTwo function

Fixed #49

1.1.2

07 Nov 15:54
Compare
Choose a tag to compare

Fixed vec3 constructor

1.1.1

06 Nov 19:00
Compare
Choose a tag to compare

Fixed Vec type checking

1.1.0

28 Oct 20:19
Compare
Choose a tag to compare

Now you can copy PyGLM types just the way you always wanted.

1.0.1

22 Oct 19:07
Compare
Choose a tag to compare
Update to v1.0.1

1.0.0

14 Jun 14:09
Compare
Choose a tag to compare

Fixed a few Warnings
Entered "Stable" status
Updated README

0.7.2b1

09 Jun 07:58
Compare
Choose a tag to compare

+ Added version string (glm.version)
~ Fixed big performance loss due to GetBuffer checking
~ Updated README

0.7.1b1

07 Jun 07:04
Compare
Choose a tag to compare

+ Added support for PyObject_GetBuffer in the unpack functions

+ Added different print-strings for repr

~ Types display correctly now

~ Now using pythonic "." namespace separators instead of "::"

~ Updated README

0.7.0b1

05 Jun 11:54
Compare
Choose a tag to compare

+ Added support for all stable extensions

~ Using glm as gtc and detail namespaces now.

~ The test suite now tests every one of PyGLM's functions.

~ A bunch of errors were fixed along the way.

~ Updated README

Waiting for fix of several glm issues

0.6.1b1

29 May 09:07
Compare
Choose a tag to compare

Hotfix for functions that require mat4x4 and vec3 arguments (e.g. translate).
(#17)