Reactive-glut: Difference between revisions
No edit summary |
(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 | '''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> | '''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:// | * Read [http://code.haskell.org/reactive-glut/doc/html/ the library documentation]. | ||
* Get the code repository: '''<tt>darcs get http:// | * 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]]. | ||
Please leave comments at the [[Talk:reactive-glut|Talk page]]. | Please leave comments at the [[Talk:reactive-glut|Talk page]]. |
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:
- Read the library documentation.
- Get the code repository: darcs get http://code.haskell.org/reactive-glut.
- Install from Hackage.
- See the version history.
Please leave comments at the Talk page.