GLFW-task

GLFW utility functions to use together with monad-task.

http://github.com/ninegua/GLFW-task

Latest on Hackage:0.3.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Paul Liu
Maintained by Paul Liu

GLFW (http://hackage.haskell.org/package/GLFW) is a Haskell binding to the GLFW C library for writing OpenGL programs. This package provides some utility functions for writing GLFW programs using the monad-task library (http://hackage.haskell.org/package/GLFW-task). An example is provided in the package source to demonstrate its usage.