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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0, 0.1.0.1, 0.2.0, 0.3.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:42:43Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.