Module endbasic_std::console::drawing
source · Expand description
Drawing algorithms for consoles that don’t provide native rendering primitives.
Functions§
- Draws a circle via
rasops
withcenter
andradius
. - Draws a circle via
rasops
withcenter
andradius
. - Draws a line from
x1y1
tox2y2
viarasops
. - Draws a rectangle via
rasops
starting atx1y1
withsize
.