Packages

package minart

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Canvas extends AnyRef

    Canvas that can be paited.

    Canvas that can be paited.

    The Canvas is the main concept behind minart. Creating a Canvas creates a window with a width * height pixels. There's also a scale variable that controls the integer scaling and a clearColor that is applied to the whole canvas when it's cleared.

  2. final case class Color(r: Int, g: Int, b: Int) extends Product with Serializable

    RGB Color

  3. sealed trait FrameRate extends AnyRef

    Frame rate definition

  4. class HtmlCanvas extends Canvas
  5. trait RenderLoop extends AnyRef

    The RenderLoop contains a set of helpful methods to implement basic render loops in a platform agonstic way.

Value Members

  1. object FrameRate
  2. object JsRenderLoop extends RenderLoop

Ungrouped