Expand description
Drawing algorithms for consoles that don’t provide native rendering primitives.
Functions§
- draw_
circle - Draws a circle via
rasops
withcenter
andradius
. - draw_
circle_ filled - Draws a circle via
rasops
withcenter
andradius
. - draw_
line - Draws a line from
x1y1
tox2y2
viarasops
. - draw_
rect - Draws a rectangle via
rasops
starting atx1y1
withsize
.