Hello,
It would be nice to have the latest GLFW integrated in the repos.
thanks
gustav trede
The LWJGL nightly builds include nightly builds of GLFW, so we already have most (if not all) of GLFW 3.1.2.
The latest nightly build (3.0.0b #48) includes GLFW 3.1.2 and the first 3.2 changes.
The latest nightly build (3.0.0b #50) supports two new GLFW functions:
- glfwSetWindowSizeLimits(window, minwidth, minheight, maxwidth, maxheight);
- glfwSetWindowAspectRatio(window, numer, denom);