Crate canvasette

source
Expand description

canvasette is a minimal library for wgpu that draws sprites and text. That’s it!

Modules§

  • Various types for fonts.

Structs§

  • A 3x2 transformation matrix representing an affine transform.
  • A scene that has been prepared for rendering.
  • Text that has been laid out and shaped.
  • Encapsulates renderer state.
  • A representation of what is queued for rendering.
  • Represents a view into a texture.

Enums§

  • Errors that can occur.

Type Aliases§