LWJGL 3.0.0a

Started by spasi, April 27, 2015, 19:50:28

Previous topic - Next topic

spasi

LWJGL 3.0.0a has been released!

Read the blog post for details.
Visit the download page to get it. (direct link)

Kai

Congratulations and kudos to you and to the rest of the LWJGL team, especially to Apostolos, who mostly shines in the background with doing a great job with administrating the content distribution network, and to all other contributors.
Keep up the good work!

Andrew_3ds

Does the new GLFW support changing the window icon at runtime?

spasi


huhlig

When should we see this hitting maven central?

spasi

I'm currently working on the Gradle build, Maven Central deployment is next. At the moment, I cannot accurately predict when it's going to be ready.

ThInquisitiveLearner

In LWJGL 2 there was a lwjgl_util.jar; is there one for LWJGL3 as well cause I couldn't find it at the download site. :-\

spasi

LWJGL 3 does not have a util package at the moment. It will probably never have. You could use LWJGL 2's lwjgl_util.jar with LWJGL 3 (may have to port some stuff). Also see JOML for vecmath. What is it that you need exactly?