| Copyright | (c) 2016 Schell Scivally |
|---|---|
| License | MIT |
| Maintainer | Schell Scivally <schell@takt.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.Varying
Contents
Description
Core- Automaton based value streams.
Event- Discontinuous value streams that occur only sometimes.
Spline- Sequencing of value and event streams using do-notation to form complex behavior.
Tween- Tween numerical values over time using common easing functions. Great for animation.
Synopsis
- module Control.Varying.Tween
- module Control.Varying.Spline
- module Control.Varying.Event
- module Control.Varying.Core
Reexports
module Control.Varying.Tween
module Control.Varying.Spline
module Control.Varying.Event
module Control.Varying.Core