AnimationWriter

doodle.interact.effect.AnimationWriter
trait AnimationWriter[Alg <: Algebra, Frame, Format]

The AnimationWriter typeclass describes a data type that can write an animation to a file.

Attributes

Source
AnimationWriter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def write[A](file: File, description: Frame, frames: Stream[IO, Picture[Alg, A]])(implicit m: Monoid[A]): IO[A]

Attributes

Source
AnimationWriter.scala