@hackage GLFW-b1.4.8.4

Bindings to GLFW OpenGL library

Bindings to GLFW (http://www.glfw.org/), an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events.

GLFW-b depends on bindings-GLFW (http://hackage.haskell.org/package/bindings-GLFW), which, as of the time of this writing, binds to GLFW 3.2.1, released 2016-08-18 (http://www.glfw.org/Version-3.2.1-released.html http://www.glfw.org/changelog.html). However, these high-level bindings only point to some of the new features in 3.1 and 3.2.

If you've used GLFW < 3 before, you should read the transition guide (http://www.glfw.org/docs/3.0/moving.html).