Skip to content

Releases: Zuzu-Typ/PyGLM

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)

0.6.0b1

27 May 08:35
cfe5cde
Compare
Choose a tag to compare

+ Added support for double, int64, int32, int16, int8, uint64, uint32, uint16, uint8 and bool datatypes.
(in the process, all functions were rewritten, so some might not work correctly)
+ Added glm.silence() function
~ Updated README
~ Changed frexp behaviour

Plus a few other changes.

0.5.3b1

23 May 08:18
Compare
Choose a tag to compare

~ Fixed building on MacOS (#30)
~ Fixed frexp and ldexp functions (#31)