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.
- Texture
Slice - Represents a slice of a texture to draw.
Enums§
- Error
- Errors that can occur.
Traits§
Type Aliases§
- Color
- 8-bit RGBA color.