Releases: kotlin-graphics/glm
0.9.9.1 build 15
Lots of performance improvements.
This contains breaking changes. If you use VecNt<*> then the components have an unerscore now (e.g. x
-> _x
). Java can not handle any primitive generics. Don't use those generic classes (high memory allocation).
It contains other ABI incompatible changes, please recompile.
This release is just published to maven central.
0.9.9.1 build 11
missing operator
modifier on vars interface
0.9.9.1 build 10
vars-interface, needed for imgui
0.9.9.1 build 9
Bumped kool
0.9.9.1 build 8
bumped kool
up (pointers arithmetic operators)
0.9.9.1 build 7
- Gradle 8.0.2
- Kotlin 1.8.10
- Lwjgl 3.3.2
- Kotest 5.5.5
0.9.9.1 build 3
- kotlin 1.4.0
- dokka 1.4.0
- kotest 4.2.0
- gradle 6.6
0.9.9.1 build 2
- jdk11 and jdk8
- Gradle:
- kotlin script
- bump 6.4.1
- variance awareness
- kotest 4.0.5
- added dokka 0.10.1
0.9.9.1 build 1
- kotlin 1.3.70
- gradle 6.2.2
fixed vector and matrix comparison against single scalar values
0.9.9.1 build 0
-
Added missing equal and notEqual with epsilon for quaternion types to GTC_quaternion
-
Added EXT_matrix_relational: equal and notEqual with epsilon for matrix types
-
Added missing vec1 based constructors
-
Added identity functions #765
-
Added separated performance tests (to finish)
-
Clarified refract valid range of the indices of refraction, between -1 and 1 inclusively #806
-
kotlin 1.3.61
-
lwjgl 3.2.3
-
gradle 6.0.1
-
shadow plugin 5.2.0
-
kotlintest 3.4.2