Difference between revisions of "IcoGrid"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
IcoGrid is a haskell library for generating grids of hexagons and pentagons wrapped around a sphere.
+
IcoGrid (Icosohedron Grid) is a haskell library for generating grids of hexagons and pentagons wrapped around a sphere.
  +
  +
It's easier to show than to describe, so here is a screenshot of an OpenGL application I wrote to render a grid generated by IcoGrid:
   
 
[[Image:IcoGrid.png]]
 
[[Image:IcoGrid.png]]

Revision as of 04:09, 26 October 2009

IcoGrid (Icosohedron Grid) is a haskell library for generating grids of hexagons and pentagons wrapped around a sphere.

It's easier to show than to describe, so here is a screenshot of an OpenGL application I wrote to render a grid generated by IcoGrid:

IcoGrid.png