The Renderer
typeclass describes a data type that can create an area to
render a picture (a Canvas) from a description (a Frame) and render a
picture to that Canvas.
- Companion:
- object
- Source:
- Renderer.scala
The Renderer
typeclass describes a data type that can create an area to
render a picture (a Canvas) from a description (a Frame) and render a
picture to that Canvas.