reactive-glut: Connects Reactive and GLUT

[ bsd3, frp, graphics, library ] [ Propose Tags ]

This package contains an adapter that connects OpenGL/GLUT to the FRP library "Reactive".

Project wiki page: http://haskell.org/haskellwiki/reactive-glut

© 2008 by Conal Elliott; BSD3 license.

With contributions from Andy Gill, David Sankel, Eyal Lotem, Claus Reinke, and Achim Schneider.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.9, 0.1.10
Dependencies base, GLUT, old-time, OpenGL, reactive (>=0.10.4), vector-space [details]
License BSD-3-Clause
Copyright (c) 2008 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Category FRP, graphics
Home page http://haskell.org/haskellwiki/reactive-glut
Uploaded by ConalElliott at 2008-12-16T22:31:34Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 9519 total (19 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 reactive-glut-0.1.5

[back to package description]
reactive-glut [1] connects the Reactive [2] and GLUT [3] packages.

You can configure, build, and install all in the usual way with Cabal
commands.

  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install

References:

[1] http://haskell.org/haskellwiki/reactive-glut
[2] http://haskell.org/haskellwiki/reactive
[3] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLUT