REBOL 3 Concepts: Graphics
Categories
Graphics is divided into a few categories (sub-systems):
GUI | The graphical user interface. This is a top level layer to make it it easier to generate and display user interfaces.
|
View | The windowing system. This opens windows and handles their events (at the top level). Can be used with the GUI or directly.
|
GOB | Low-level graphical objects. These are 2D objects used to generate, composite (layers), and display graphics.
|
Events | Event processing. How mouse movement, button clicks, and keyboard keys are handled.
|
Draw | A way of specifying scalar vector graphics. This is how lines, boxes, shading, and other images are specified and rendered.
|
Richtext | The text system. How fonts and text are rendered and displayed.
|
Effects | Special 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: