LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: trede on October 13, 2015, 15:49:39

Title: GLFW 3.1.2 is released :)
Post by: trede on October 13, 2015, 15:49:39
Hello,

It would be nice to have the latest GLFW integrated in the repos.

thanks
   gustav trede
Title: Re: GLFW 3.1.2 is released :)
Post by: spasi on October 13, 2015, 16:53:31
The LWJGL nightly builds include nightly builds of GLFW, so we already have most (if not all) of GLFW 3.1.2.
Title: Re: GLFW 3.1.2 is released :)
Post by: spasi on October 14, 2015, 14:56:34
The latest nightly build (3.0.0b #48) includes GLFW 3.1.2 and the first 3.2 changes.
Title: Re: GLFW 3.1.2 is released :)
Post by: spasi on October 18, 2015, 21:07:27
The latest nightly build (3.0.0b #50) supports two new GLFW functions:

- glfwSetWindowSizeLimits(window, minwidth, minheight, maxwidth, maxheight);
- glfwSetWindowAspectRatio(window, numer, denom);