@hackage GLFW-b1.4.3

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.0.3, released 2013-09-24 (http://www.glfw.org/Version-3.0.3-released.html http://www.glfw.org/changelog.html).

If you've used GLFW before, you were probably using 2.7.x. There are some significant differences in 3.0.x. Please see the transition guide (http://www.glfw.org/docs/3.0/moving.html).