doodle.interact.effect

Type members

Classlikes

trait AnimationRenderer[Canvas]

The AnimationRenderer typeclass describes a data type that can render an animation to a Canvas.

The AnimationRenderer typeclass describes a data type that can render an animation to a Canvas.

Companion:
object
Source:
AnimationRenderer.scala
trait AnimationWriter[Alg <: Algebra, F[_], Frame, Format]

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

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

Source:
AnimationWriter.scala