swarm-0.6.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.Game.Scenario.Topography.Rasterize

Description

Convenience functions for rendering topographical structures

Documentation

makeImage :: Pixel px => (a -> px) -> Grid a -> Image px Source #