Crate pixels_primitives

Source
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.