#iterator #grid #bresenham #tile #2d-grid #perimeter

griditer

Contains a couple of iterators for implementing 2D grid based algoritms

1 unstable release

0.1.0 Sep 19, 2020

#1892 in Algorithms

MIT/Apache

23KB
478 lines

docs.rs Build Status

griditer

This crate is a (so far tiny) collection of iterator types useful in implementing grid-based algorithms.

Currently only Bresenham's and Perimeter iterators are available.


lib.rs:

This crate is a (so far tiny) collection of iterator types useful in implementing grid-based algorithms.

Currently only Bresenham's and Perimeter iterators are available.

No runtime deps