REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 2-Apr-2009 Edit History  

REBOL 3 Concepts: Graphics

Categories

Graphics is divided into a few categories (sub-systems):

GUIThe graphical user interface. This is a top level layer to make it it easier to generate and display user interfaces.
ViewThe windowing system. This opens windows and handles their events (at the top level). Can be used with the GUI or directly.
GOBLow-level graphical objects. These are 2D objects used to generate, composite (layers), and display graphics.
EventsEvent processing. How mouse movement, button clicks, and keyboard keys are handled.
DrawA way of specifying scalar vector graphics. This is how lines, boxes, shading, and other images are specified and rendered.
RichtextThe text system. How fonts and text are rendered and displayed.
EffectsSpecial image processing. For example, how to colorize, tint, scale, and blend images.

Main links

The primary documentation for these sections is kept on the DocBase wiki on REBOL.net. The documentation provided here (in this doc wiki) are quick overviews of that information.

Here are a few shortcut links to current documents:


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin