Module endbasic_std::console::drawing
source · Expand description
Drawing algorithms for consoles that don’t provide native rendering primitives.
Functions§
- Draws a circle via
rasopswithcenterandradius. - Draws a circle via
rasopswithcenterandradius. - Draws a line from
x1y1tox2y2viarasops. - Draws a rectangle via
rasopsstarting atx1y1withsize.