Module drawing

Source
Expand description

Drawing algorithms for consoles that don’t provide native rendering primitives.

Functions§

draw_circle
Draws a circle via rasops with center and radius.
draw_circle_filled
Draws a circle via rasops with center and radius.
draw_line
Draws a line from x1y1 to x2y2 via rasops.
draw_rect
Draws a rectangle via rasops starting at x1y1 with size.