gloss-1.7.8.1: Painless 2D vector graphics, animations and simulations.

Safe HaskellNone

Graphics.Gloss.Interface.Pure.Display

Description

Display mode is for drawing a static picture.

Synopsis

Documentation

displaySource

Arguments

:: Display

Display mode.

-> Color

Background color.

-> Picture

The picture to draw.

-> IO () 

Open a new window and display the given picture.

Use the following commands once the window is open:

  • Quit - esc-key.
  • Move Viewport - left-click drag, arrow keys.
  • Rotate Viewport - right-click drag, control-left-click drag, or home/end-keys.
  • Zoom Viewport - mouse wheel, or page up/down-keys.