Difference between revisions of "Reactive-glut"

From HaskellWiki
Jump to navigation Jump to search
 
(repo moved. pointers to FieldTrip and reactive-fieldtrip)
Line 1: Line 1:
 
[[Category:Packages]]
 
[[Category:Packages]]
  +
[[Category:FRP]]
  +
[[Category:Graphics]]
   
 
== 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.
+
'''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://conal.net/repos/reactive-glut/doc/html/ the library documentation].
+
* Read [http://code.haskell.org/reactive-glut/doc/html/ the library documentation].
* Get the code repository: '''<tt>darcs get http://conal.net/repos/reactive-glut</tt>'''.
+
* Get the code repository: '''<tt>darcs get http://code.haskell.org/reactive-glut</tt>'''.
 
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage].
 
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut Hackage].
 
* See the [[reactive-glut/Versions| version history]].
 
* See the [[reactive-glut/Versions| version history]].

Revision as of 19:06, 31 October 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.

Note: The repo has moved from conal.net to code.haskell.org.

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

Please leave comments at the Talk page.