Releases: Zuzu-Typ/PyGLM
Releases · Zuzu-Typ/PyGLM
1.99.1
1.99.0
Pre 2.0.0 release.
- Completely changed the way object types are determined, vastly improves compatibility to lists / tuples and buffer protocol types, such as NumPy arrays
- Added a
glm.array
type - Changed the quaternion component order to (w, x, y, z) to make it consistent.
- Added documentation to the wiki.
A few minor changes and fixes
1.2.0
-
Updated type checker format types
-
Updated README
-
Added norm, fixed div/0
- Moved silence to warnings.h
- Fixed a few minor issues
- Added decompose extension
- #68 is done
- Fixed clamp, min and max for int types
- Fixed #66
- Temporary workaround / fix for g-truc/glm#1009
- Improved setattr for vec types
- Should fix #67
- Updated tests
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
* Updated licenses
+ Added the license information as 'license' in PyGLM
~ Switched to the unmodified MIT license in COPYING
- Removed GLM_LICENSE
* Updated tests
added check for version and license
* Added support for polar_coordinates
* Switched from RML to SlashBack