[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Before going into details, a quick glossary is in order.  A playfield
forms the background that GELs operate in.  It encompasses the View,
ViewPort, and RastPort data structures.  (VSprites appear over, and Bobs
appear in the playfield.)  Playfields can be created and controlled at
several levels.  Refer to the "Graphics Primitives" and "Layers Library"
chapters for details on lower-level playfield control.  The chapter
"Intuition Screens" explains how to get higher-level access to playfields.

GELs, or graphic elements, are special graphic objects that appear in the
foreground and can be moved easily around the display.  They are software
constructs based on the Amiga's sprite and blitter hardware.  The GELs
system is compatible with all playfield modes, including dual-playfield.
All the various types of GELs are defined by data structures found in
<graphics/gels.h>.

 Types of GELs    The GELs System