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
Change log Changelog.txt
Dependencies base (>=3 && <5), GLFW (>=0.5 && <0.6), monad-task (<1), OpenGL (>=2.1 && <4), transformers (>=0.4 && <0.6) [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 2018-01-04T02:43:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3975 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-04 [all 1 reports]

Readme for GLFW-task-0.3.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.