AnimationWriter

trait AnimationWriter[Alg <: Algebra, F[_], Frame, Format]

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

Source:
AnimationWriter.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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