AnimationWriter

trait AnimationWriter[Alg <: ([x[_]] =>> Algebra[x]), F[_], Frame, Format]

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

class Object
trait Matchable
class Any

Value members

Abstract methods

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