| Copyright | (c) 2015 Schell Scivally |
|---|---|
| License | MIT |
| Maintainer | Schell Scivally <schell.scivally@synapsegroup.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.Varying
Contents
Description
Core- Get started writing value streams using the pure constructor
var, the monadic constructorvarMor the raw constructorVarT 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.
- module Control.Varying.Core
- module Control.Varying.Event
- module Control.Varying.Spline
- module Control.Varying.Time
- module Control.Varying.Tween
Reexports
module Control.Varying.Core
module Control.Varying.Event
module Control.Varying.Spline
module Control.Varying.Time
module Control.Varying.Tween