reactive-fieldtrip: Connect Reactive and FieldTrip

[ bsd3, frp, graphics, library ] [ Propose Tags ]

This library supports functionally programming reactive, animated, 3D graphics. It connects 'Reactive' (a functional reactive programming library) and 'FieldTrip' (a functional 3D library).

Project wiki page: http://haskell.org/haskellwiki/reactive-fieldtrip

© 2008 by Conal Elliott; BSD3 license.


[Skip to Readme]

Modules

[Last Documentation]

  • FRP
    • Reactive
      • FRP.Reactive.FieldTrip
        • FRP.Reactive.FieldTrip.Adapter

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.7, 0.0.8, 0.0.9
Dependencies base, FieldTrip (>=0.2.1), InfixApplicative, reactive (>=0.10.2), reactive-glut (>=0.0.4), unamb, vector-space [details]
License BSD-3-Clause
Copyright (c) 2008 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Category Graphics, FRP
Home page http://haskell.org/haskellwiki/reactive-fieldtrip
Uploaded by ConalElliott at 2009-05-22T01:51:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6064 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-01 [all 7 reports]

Readme for reactive-fieldtrip-0.0.9

[back to package description]
The reactive-fieldtrip library [1] connects reactive [2] (a functional
reactive programming library) and FieldTrip [3] (a functional 3D library).
It's a simple extension of reactive-glut [4].

Please share any comments & suggestions on the discussion (talk) page at
[1].

You can configure, build, and install all in the usual way with Cabal
commands.

  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install

References:

[1] http://haskell.org/haskellwiki/reactive-fieldtrip
[2] http://haskell.org/haskellwiki/reactive
[3] http://haskell.org/haskellwiki/FieldTrip
[4] http://haskell.org/haskellwiki/reactive-glut