Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 387 Bytes

A tutorial to get a first journey in the Bloc graphic framework.

Bloc is the new graphics frameworks for Pharo: http://github.com/pharo-graphics/Bloc

The corresponding source of the project is available at:

Metacello new
    baseline: 'BlocMemoryTutorial';
    repository: 'github://pharo-graphics/Bloc-Memory-Tutorial/src';
    load