varying-0.4.0.0: FRP through value streams and monadic splines.

Copyright(c) 2015 Schell Scivally
LicenseMIT
MaintainerSchell Scivally <schell.scivally@synapsegroup.com>
Safe HaskellNone
LanguageHaskell2010

Control.Varying

Contents

Description

Core
Get started writing value streams using the pure constructor var, the monadic constructor varM or the raw constructor VarT
Event
Write event streams using the many event emitters and combinators.
Spline
Use do-notation to sequence event streams to form complex behavior.
Tween
Tween numerical values over time using interpolation functions and the "quick 'n dirty" time generators in Time.
Time
Create time streams and temporal event streams.

Synopsis

Reexports