Reactive-glut: Difference between revisions

From HaskellWiki
(repo moved. pointers to FieldTrip and reactive-fieldtrip)
m (find out about; remove repo-moved comment.)
Line 2: Line 2:
[[Category:FRP]]
[[Category:FRP]]
[[Category:Graphics]]
[[Category:Graphics]]
[[Category:3D]]


== Abstract ==
== Abstract ==
Line 8: Line 9:
It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries [[Reactive]].
It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries [[Reactive]].
For a functional alternative to OpenGL/GLUT and reactive-glut, see [[FieldTrip]] and [[reactive-fieldtrip]].
For a functional alternative to OpenGL/GLUT and reactive-glut, see [[FieldTrip]] and [[reactive-fieldtrip]].
'''Note:''' The repo has moved from <code>conal.net</code> to <code>code.haskell.org</code>.


Besides this wiki page, here are more ways to find out about reactive-glut:
Besides this wiki page, here are more ways to find out about reactive-glut:
* Read [http://code.haskell.org/reactive-glut/doc/html/ the library documentation].
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage page] for library documentation and to download & install.
* Get the code repository: '''<tt>darcs get http://code.haskell.org/reactive-glut</tt>'''.
* Or install with <tt>cabal install reactive-glut</tt>.
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage].
* Get the code repository: <tt>darcs get http://code.haskell.org/reactive-glut</tt>.
* See the [[reactive-glut/Versions| version history]].
<!-- * See the [[reactive-glut/Versions| version history]]. -->


Please leave comments at the [[Talk:reactive-glut|Talk page]].
Please leave comments at the [[Talk:reactive-glut|Talk page]].

Revision as of 19:22, 11 November 2008


Abstract

reactive-glut connects Reactive with GLUT. It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries Reactive. For a functional alternative to OpenGL/GLUT and reactive-glut, see FieldTrip and reactive-fieldtrip.

Besides this wiki page, here are more ways to find out about reactive-glut:

Please leave comments at the Talk page.