Crate canvasette

Source
Expand description

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

Modules§

font
Various types for fonts.

Structs§

Canvas
A canvas for drawing onto.
Image
An image.
Label
Text that has been laid out and shaped.
Renderer
Encapsulates renderer state.
TextureSlice
Represents a slice of a texture to draw.

Enums§

Error
Errors that can occur.

Traits§

Drawable
Things that can be drawn.
Texture
Trait for textures.

Type Aliases§

Color
8-bit RGBA color.