Skip to content

Releases: kotlin-graphics/glm

0.9.9.1 build 15

08 Jul 14:32
da762ed
Compare
Choose a tag to compare

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

26 Apr 08:39
Compare
Choose a tag to compare

missing operator modifier on vars interface

0.9.9.1 build 10

25 Apr 13:09
Compare
Choose a tag to compare

vars-interface, needed for imgui

0.9.9.1 build 9

14 Apr 07:15
Compare
Choose a tag to compare

Bumped kool

0.9.9.1 build 8

13 Apr 13:12
Compare
Choose a tag to compare

bumped kool up (pointers arithmetic operators)

0.9.9.1 build 7

04 Apr 10:09
Compare
Choose a tag to compare
  • Gradle 8.0.2
  • Kotlin 1.8.10
  • Lwjgl 3.3.2
  • Kotest 5.5.5

0.9.9.1 build 3

06 Sep 14:03
Compare
Choose a tag to compare
  • kotlin 1.4.0
  • dokka 1.4.0
  • kotest 4.2.0
  • gradle 6.6

0.9.9.1 build 2

27 May 09:16
Compare
Choose a tag to compare
  • 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

09 Mar 10:30
Compare
Choose a tag to compare
  • kotlin 1.3.70
  • gradle 6.2.2

fixed vector and matrix comparison against single scalar values

0.9.9.1 build 0

11 Dec 10:15
Compare
Choose a tag to compare
  • 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