Personal tools

Reactive-fieldtrip

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (10:55, 17 July 2011) (edit) (undo)
(use HackagePackage template)
 
(4 intermediate revisions not shown.)
Line 2: Line 2:
[[Category:FRP]]
[[Category:FRP]]
[[Category:Graphics]]
[[Category:Graphics]]
 +
[[Category:3D]]
== Abstract ==
== Abstract ==
'''reactive-fieldtrip''' connects the [[Reactive]] (FRP) and [[FieldTrip]] (functional 3D) libraries, for functionally programming reactive, animated, 3D graphics.
'''reactive-fieldtrip''' connects the [[Reactive]] (FRP) and [[FieldTrip]] (functional 3D) libraries, for functionally programming reactive, animated, 3D graphics.
 +
It is built on top of the [[reactive-glut]] package.
Besides this wiki page, here are more ways to find out about reactive-fieldtrip:
Besides this wiki page, here are more ways to find out about reactive-fieldtrip:
-
* Read [http://code.haskell.org/reactive-fieldtrip/doc/html/ the library documentation].
+
* [[Hackage]] provides library documentation and download + installation for {{HackagePackage|id=reactive-fieldtrip}}.
-
* Get the code repository: '''<tt>darcs get http://code.haskell.org/reactive-fieldtrip</tt>'''.
+
* Or install with <tt>cabal install reactive-fieldtrip</tt>.
-
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-fieldtrip Hackage].
+
* Get the code repository: {{GetDarcsRepositoryCode|path=reactive-fieldtrip/}}.
-
* See the [[reactive-fieldtrip/Versions| version history]].
+
<!-- * See the [[reactive-fieldtrip/Versions| version history]]. -->
 +
 
 +
See [[FieldTrip#Problems and solutions]] for any technical glitches.
Please leave comments at the [[Talk:reactive-fieldtrip|Talk page]].
Please leave comments at the [[Talk:reactive-fieldtrip|Talk page]].

Current revision


Abstract

reactive-fieldtrip connects the Reactive (FRP) and FieldTrip (functional 3D) libraries, for functionally programming reactive, animated, 3D graphics. It is built on top of the reactive-glut package.

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

See FieldTrip#Problems and solutions for any technical glitches.

Please leave comments at the Talk page.