Reactive-glut: Difference between revisions

From HaskellWiki
No edit summary
 
(pointer for technical glitches)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Packages]]
[[Category:Packages]]
[[Category:FRP]]
[[Category:Graphics]]
[[Category:3D]]


== Abstract ==
== Abstract ==


'''reactive-glut''' connects [[Reactive]] with [[OpenGL#Additional_software|GLUT]] and with [[FieldTrip]]. It also serves as a demonstration for how to hook up imperative (i.e., legacy) libraries [[Reactive]].
'''reactive-glut''' connects [[Reactive]] with [[OpenGL#Additional_software|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]].


'''Note:''' The <code>conal.net</code> locations below are temporary, while waiting for a project on code.haskell.org.
Besides this wiki page, here are more ways to find out about reactive-glut:
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage page] for library documentation and to download & install.
* Or install with <tt>cabal install reactive-glut</tt>.
* Get the code repository: <tt>darcs get http://code.haskell.org/reactive-glut</tt>.
<!-- * See the [[reactive-glut/Versions| version history]]. -->


Besides this wiki page, here are more ways to find out about reactive-glut:
See [[FieldTrip#Problems and solutions]] for any technical glitches.
* Read [http://conal.net/repos/reactive-glut/doc/html/ the library documentation].
* Get the code repository: '''<tt>darcs get http://conal.net/repos/reactive-glut</tt>'''.
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage].
* 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]].

Latest revision as of 18:42, 18 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:

See FieldTrip#Problems and solutions for any technical glitches.

Please leave comments at the Talk page.