A collection of line-drawing algorithms for use in graphics and video games.
Currently implemented:
bresenhamthroughbresenham-rs.- The mid-point line drawing algorithm.
- Xiaolin Wu's line algorithm.
walk_gridandsupercoverimplemented from this article by Red Blob Games.