Add a description, image, and links to the bresenham-circle-drawing-algorithm topic page so that developers can more easily learn about it.
A (cpu) optimized line drawing algorithm in go. The algorithm is generilized for multipurpose use (not only pixel drawing in images, although it can). It is not optimized for GPUs only CPUs..