GLFW-task: GLFW utility functions to use together with monad-task.

[ bsd3, graphics, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.0.1, 0.2.0, 0.3.0
Dependencies base (>=3 && <5), GLFW (>=0.5 && <0.6), monad-task (<1), OpenGL (>=2.1 && <3), transformers (<0.4) [details]
License BSD-3-Clause
Author Paul Liu
Maintainer Paul Liu <paul@thev.net>
Category Graphics
Home page http://github.com/ninegua/GLFW-task
Source repo head: git clone git://github.com/ninegua/GLFW-task
Uploaded by PaulLiu at 2012-08-31T23:22:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3973 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for GLFW-task-0.2.0

[back to package description]

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.