Description
GLFW utility functions to use together with monad-task.
Description
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.
README.md
GLFW-task
GLFW utility functions for use with monad-task.
See Invert the Inversion of Control for a tutorial on writing a GLFW/OpenGL application using task monad.