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

The module documentation pages have links to colorized source code and to wiki pages where you can read and contribute user comments. Enjoy!

© 2008 by Conal Elliott; BSD3 license.


[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.8.3), 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-10-31T19:14:44Z
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.0.2

[back to package description]
project-foo [1] is a template for a package, to make it easy to copy &
modify.  It uses cabal-make [2] for convenience.  It's even equipped with
a darcs repo.  Copy the directory ("cp -rp"), "darcs mv" the .cabal file,
edit README and wikipage.tw.  Then "darcs update" the changes and add new
content with "make check-add" and "make add-new".  When ready, do a "darcs
put" or "make repo".

Please share any comments & suggestions on the discussion (talk) page at
[1].

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/project-foo
[1] http://haskell.org/haskellwiki/cabal-make