GLFW 3.1.2 is released :)

Started by trede, October 13, 2015, 15:49:39

Previous topic - Next topic

trede

Hello,

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

thanks
   gustav trede

spasi

The LWJGL nightly builds include nightly builds of GLFW, so we already have most (if not all) of GLFW 3.1.2.

spasi

The latest nightly build (3.0.0b #48) includes GLFW 3.1.2 and the first 3.2 changes.

spasi

The latest nightly build (3.0.0b #50) supports two new GLFW functions:

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