/Brick

Widget library on top of Bloc for Pharo

Primary LanguageSmalltalkMIT LicenseMIT

Brick

Travis Coveralls

Brick is a widget library on top of Bloc for Pharo.

Main maintainers : Glenn Cavarlé & Aliaksei Syrel

Installation

All-in-one versions

Brick + Bloc

The following installs #core version of Brick and Bloc without tests, development tools and experimental features

Metacello new
    baseline: 'Brick';
    repository: 'github://pharo-graphics/Brick/src';
    load: #core

The following installs #development version of Brick and Bloc including tests, development tools and experimental features

Metacello new
    baseline: 'Brick';
    repository: 'github://pharo-graphics/Brick/src';
    load: #development