Expand description
Andrew is a crate for drawing objects
Modules§
- line
- A module that contains functions and objects relating to lines
- shapes
- A module that contains functions and objects relating to shapes
- text
- A module that contains functions and objects relating to text
Structs§
- Canvas
- The canvas object acts as a wrapper around a buffer, providing information and functions for drawing
Enums§
- Endian
- Describes an endianness (aka byte order)
Traits§
- Drawable
- The Drawable trait allows object to be drawn to a buffer or canvas