Difference between revisions of "Reactive-fieldtrip"

From HaskellWiki
Jump to navigation Jump to search
 
m (now point to hackage for doc)
Line 2: Line 2:
 
[[Category:FRP]]
 
[[Category:FRP]]
 
[[Category:Graphics]]
 
[[Category:Graphics]]
  +
[[Category:3D]]
   
 
== Abstract ==
 
== Abstract ==
Line 8: Line 9:
   
 
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].
+
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-fieldtrip Hackage page] for library documentation and to download & install.
* 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: <tt>darcs get http://code.haskell.org/reactive-fieldtrip</tt>.
* See the [[reactive-fieldtrip/Versions| version history]].
+
<!-- * See the [[reactive-fieldtrip/Versions| version history]]. -->
   
 
Please leave comments at the [[Talk:reactive-fieldtrip|Talk page]].
 
Please leave comments at the [[Talk:reactive-fieldtrip|Talk page]].

Revision as of 18:49, 11 November 2008


Abstract

reactive-fieldtrip connects the Reactive (FRP) and FieldTrip (functional 3D) libraries, for functionally programming reactive, animated, 3D graphics.

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

Please leave comments at the Talk page.