packages feed

grid-7.8.15: README.md

[![Hackage](https://img.shields.io/hackage/v/grid.svg)](http://hackage.haskell.org/package/grid)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/grid.svg)](http://hackage.haskell.org/package/grid)

# Grid

**Grid** is a Haskell library for working with regular grids/graphs/lattices.

Please read the introductory userguide with pictures [here][wiki].

More detailed Haddock documentation with sample code can be found at [Hackage][hackage].

## Related packages

- [htiled][htiled]: Import maps from the `.tmx` map format generated by [Tiled][Tiled].
- [IcoGrid][IcoGrid]: Defines functions for dealing with a type of hexagon grid wrapped around a sphere.

[wiki]:https://github.com/mhwombat/grid/wiki
[hackage]:http://hackage.haskell.org/packages/archive/grid/latest/doc/html/Math-Geometry-Grid.html
[htiled]:http://hackage.haskell.org/package/htiled
[Tiled]:http://www.mapeditor.org
[IcoGrid]:http://hackage.haskell.org/package/IcoGrid