line_drawing 0.1.0

A collection of line-drawing algorithms for use in graphics and video games.
Documentation
1
2
3
4
5
6
7
8
9
A collection of line-drawing algorithms for use in graphics and video games.

Currently implemented:

* `bresenham` through [`bresenham-rs`].
* `walk_grid` and `supercover` implemented from [this article by Red Blob Games][article].

[`bresenham-rs`]: https://crates.io/crates/bresenham
[article]: http://www.redblobgames.com/grids/line-drawing.html