Expand description
canvasette is a minimal library for wgpu that draws sprites and text. That’s it!
Modules§
- Various types for fonts.
Structs§
- Caches
wgpu::Texture
s for [canvasette::Image
]s. - A canvas for drawing onto.
- An image.
- Text that has been laid out and shaped.
- Encapsulates renderer state.
- Represents a slice of a texture to draw.
Enums§
- Errors that can occur.
Traits§
- Things that can be drawn.
- Trait for textures.
Type Aliases§
- 8-bit RGBA color.