Difference between revisions of "Reactive-fieldtrip"

From HaskellWiki
Jump to navigation Jump to search
m
Line 7: Line 7:
   
 
'''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:
 
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-fieldtrip Hackage page] for library documentation and to download & install.
 
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-fieldtrip Hackage page] for library documentation and to download & install.
* Or install with <tt>cabal install reactive-fieldtrip</tt> (you may also need to install libghc6-opengl-dev and libghc6-glut-dev using synaptic or apt-get).
+
* Or install with <tt>cabal install reactive-fieldtrip</tt>. (See [[FieldTrip#Problems and solutions]].)
 
* Get the code repository: <tt>darcs get http://code.haskell.org/reactive-fieldtrip</tt>.
 
* 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]].
 

Revision as of 18:40, 18 November 2008


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: