GLFW-b: Bindings to GLFW OpenGL library

[ bsd3, graphics, library ] [ Propose Tags ]

Bindings to GLFW, an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events.

GLFW-b depends on bindings-GLFW, which, as of the time of this writing, binds to GLFW 3.0.1, released 2013-06-17.

If you've used GLFW before, you were probably using 2.7.x. There are some significant differences in 3.0.x. Please see the transition guide.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.0.2.1, 0.0.2.2, 0.0.2.3, 0.0.2.4, 0.0.2.5, 0.0.2.6, 0.0.2.7, 0.0.2.8, 0.0.2.9, 0.0.2.10, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.2.1, 1.3, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.7.1, 1.4.7.2, 1.4.7.3, 1.4.8.0, 1.4.8.1, 1.4.8.2, 1.4.8.3, 1.4.8.4, 3.2.1.0, 3.2.1.1, 3.3.0.0, 3.3.9.0
Dependencies base (<5), bindings-GLFW (>=0.0 && <0.1), template-haskell (>=2.7 && <2.9), th-lift (>=0.5 && <0.6) [details]
License BSD-3-Clause
Author Brian Lewis <brian@lorf.org>
Maintainer Brian Lewis <brian@lorf.org>
Category Graphics
Source repo head: git clone git://github.com/bsl/GLFW-b.git
Uploaded by BrianLewis at 2013-07-14T08:24:58Z
Distributions LTSHaskell:3.3.9.0, NixOS:3.3.9.0, Stackage:3.3.9.0
Reverse Dependencies 27 direct, 44 indirect [details]
Downloads 49284 total (151 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for GLFW-b-1.0.2

[back to package description]

Haskell bindings to GLFW, an Open Source, multi-platform library for creating windows with OpenGL contexts and managing input and events.

GLFW-b depends on bindings-GLFW, which, as of the time of this writing, binds to GLFW 3.0.1, released 2013-06-17.

For a demonstration of GLFW-b, see GLFW-b-demo.