mars-0.1.0.3: Generates mountainous terrain using a random walk algorithm.

Maintainerch.howard@zoho.com
Safe HaskellNone

Graphics.Mars.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.

displayFullscreenSource

Arguments

:: (Int, Int)

width and height of the display area

-> Color

background color

-> Picture

Picture to be dislayed

-> IO () 

Display a Picture on the screen, in full-screen mode