helm-1.0.0: A functionally reactive game engine.

Safe HaskellSafe
LanguageHaskell2010

Helm.Graphics

Contents

Description

Contains the graphics type.

Synopsis

Types

data Graphics e Source

Represents any form of structure that produces visual graphics to the screen, e.g. 2D or 3D graphics.

The type variable e should refer to an Engine instance.

Constructors

Graphics2D (Collage e)