Bresenham’s Circle Drawing Algorithm implemented in Basic
Bresenham's Circle Drawing Algorithm is a circle drawing algorithm that selects the nearest pixel position to complete the arc. The unique part of this algorithm is that it uses only integer arithmetic which makes it, significantly, faster than other algorithms using floating-point arithmetic in classical processors.