AnimationWriter

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

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

Attributes

Source
AnimationWriter.scala
Graph
Supertypes
trait Writer[Alg, Frame]
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