[Haskell-cafe] ANNOUNCE: grid-1.1

Amy de Buitléir amy at nualeargais.ie
Thu Sep 6 11:42:19 CEST 2012


I'm happy to announce a new package called grid:

    http://hackage.haskell.org/package/grid
    https://github.com/mhwombat/grid/wiki (wiki)

Grid provides tools for working with regular arrangements of tiles, such as
might be used in a board game or self-organising map (SOM). Grid currently
supports triangular, square, and hexagonal tiles, with various 2D and toroidal
layouts. If you need a tile shape or layout that isn't currently provided,
please let me know. See Math.Geometry.Grid for an example of how to use the
package. Suggestions for improvement are welcome. 




More information about the Haskell-Cafe mailing list