Skip to content

Releases: integeruser/jgltut

v2.1.1

Choose a tag to compare

@integeruser integeruser released this 01 Dec 21:09

Added

Changed

  • Configure exec:java to run TutorialChooser in pom.xml (bc25bc4) (thanks to @Spasi)

Fixed

Removed

v2.1.0

Choose a tag to compare

@integeruser integeruser released this 04 Nov 08:01

Added

  • Links to original source files (6740859)
  • CHANGELOG.md
  • Maven pom.xml and common .gitignore (thanks to @httpdigest)

Changed

  • Switched to MIT license
  • Replaced usages of ImageIO with STBImage (c3723ff)

Fixed

  • Updated link to LM3DGP in README.md (e67ddda)
  • Initialized key callbacks before init() in Tutorial.java (e0553fa)
  • Clamped dot product in Interpolation.java(9f9dde4)

Removed

v2.0.0

Choose a tag to compare

@integeruser integeruser released this 15 Sep 17:38

Added

  • commons package to collect a few classes used in several tutorials

Changed

  • Ported to LWJGL 3
  • Replaced math classes with JOML
  • Replaced Framework.degToRad() with the same function in the Java Math class (b9520d3)
  • Tested on LWJGL 3.0.0 build 90 and JOML 1.8.3

Fixed

  • Colors name in BaseVertexOverlap.java (2e83f93)
  • VBO not unbinded in Tut1.java (3c330a1)
  • Missing call to init() in Tutorial.java (4f906d1)

Removed

  • MatrixStack.java and almost all the math classes, replaced by their JOML counterparts

v1.0.2

Choose a tag to compare

@integeruser integeruser released this 18 Oct 19:34

Fixed a minor bug (75aec51) in v1.0.0.

v1.0.0

Choose a tag to compare

@integeruser integeruser released this 05 Oct 07:44

A stable release to be used with LWJGL 3.

The runnable JAR was built with the version 1.7.0_79 of the JDK and packaged with LWJGL 3.0.0b SNAPSHOT build 35. It has been tested on Windows 10 and Ubuntu 14.04.3 LTS.

Note for OS X users:
Unfortunately, to properly run GLFW apps it is needed the VM option -XstartOnFirstThread. This is not possible with the current version of TutorialChooser.java, hence jgltut.jar will not work on OS X. You can still run each tutorial by downloading the source code and run the main method of the tutorial you want to run (e.g. after adding the aforementioned VM option through your IDE).

v0.9.1

Choose a tag to compare

@integeruser integeruser released this 03 May 10:54

A stable release to be used with LWJGL 2.

The runnable JAR was built with the version 1.7.0_79 of the JDK and packaged with LWJGL 2.9.3. It has been tested on Windows 8.1, Gentoo Linux and OSX 10.10.3.