Expand description
An easy and simple wrapper for lines and simple shapes for the pixels crate.
Functionsยง
- circle
- Draws an outline of a circle to a frame of pixels.
- circle_
filled - Draws a filled circle to a frame of pixels.
- line
- Draws a 2d line to a frame of pixels.
- rect
- Draws an outline of a rectangle to a frame of pixels.
- rect_
filled - Draws a filled rectangle to a frame of pixels.
- square
- Draws an outline of a square to a frame of pixels.
- square_
filled - Draws a filled square to a frame of pixels.
- triangle
- Draws an outline of a triangle to a frame of pixels.
- triangle_
filled - Draws a filled triangle to a frame of pixels.