PyGLM

Fast OpenGL Mathematics (GLM) for Python

ZLIB License

Downloads
54.8K
Stars
205
Committers
10
PyGLM - 1.1.1

Published by Zuzu-Typ almost 5 years ago

Fixed Vec type checking

PyGLM - 1.1.0

Published by Zuzu-Typ almost 5 years ago

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

PyGLM - 1.0.1

Published by Zuzu-Typ about 5 years ago

PyGLM - 1.0.0

Published by Zuzu-Typ over 5 years ago

Fixed a few Warnings
Entered "Stable" status
Updated README

PyGLM - 0.7.2b1

Published by Zuzu-Typ over 5 years ago

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

PyGLM - 0.7.1b1

Published by Zuzu-Typ over 5 years ago

+ 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

PyGLM - 0.7.0b1

Published by Zuzu-Typ over 5 years ago

+ 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

PyGLM - 0.6.1b1

Published by Zuzu-Typ over 5 years ago

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

PyGLM - 0.6.0b1

Published by Zuzu-Typ over 5 years ago

+ 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.

PyGLM - 0.5.3b1

Published by Zuzu-Typ over 5 years ago

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