/GtGraphicsAndTools

Description of graphics stacks in pharo

Primary LanguageSmalltalkCreative Commons Zero v1.0 UniversalCC0-1.0

Gt Graphics and Tools

Description of graphics stacks and tools in GToolkit

Graphics in pharo

  1. Introduction
  2. The base of all: Forms - 1 bit, 2 bits, 4 bits, 8 bits, 16 bits and 32 bits.
  3. Explanation on color and RGB color definition
  4. Playing with forms - rotation, scaling, transition, etc...
  5. Creating Forms: Bitmap canvas
  6. Bloc/Brick/Aptitude
  7. GToolkit tools (inspector, coder, etc.)
Metacello new
    baseline: 'GtGraphicsAndTools';
    repository: 'github://rvillemeur/GtGraphicsAndTools:main/src';
    load.