reactive-fieldtrip-0.0.1: Connect Reactive and FieldTripSource codeContentsIndex
FRP.Reactive.FieldTrip.Adapter
Stabilityexperimental
Maintainerconal@conal.net
Description
Simple Reactive/FieldTrip adapter
Synopsis
type Anim a = UI -> Behavior a
type Anim2 = Anim Geometry2
type Anim3 = Anim Geometry3
anim2 :: Sink Anim2
anim3 :: Sink Anim3
Documentation
type Anim a = UI -> Behavior aSource
Interactive animation
type Anim2 = Anim Geometry2Source
Interactive 2D animation
type Anim3 = Anim Geometry3Source
Interactive 3D animation
anim2 :: Sink Anim2Source
Present a 2D animation.
anim3 :: Sink Anim3Source
Present a 2D animation.
Produced by Haddock version 2.3.0