autom-0.1.0.3: Generates and displays patterns from next nearest neighbors cellular automata

Maintainerch.howard@zoho.com
Safe HaskellNone

Graphics.Autom.Display2D

Description

 

Synopsis

Documentation

displayWindowSource

Arguments

:: (Int, Int)

width and height of the display area

-> Color

background color

-> String

window title

-> Picture

Picture to be displayed

-> IO () 

Displays a Picture in a window on the screen.