GtGraphicsAndTools

Description

Description of graphics stacks in pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
CC0-1.0
Stars
3
Created
March 11, 2022
Updated
Jan. 26, 2026

Categories

UI / Graphics

README excerpt

# 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.)


```smalltalk
Metacello new
    baseline: 'GtGraphicsAndTools';
    repository: 'github://rvillemeur/GtGraphicsAndTools:main/src';
    load.
 ```
← Back to results