Skip to content

poojaruhal/Brick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Widget library on top of Bloc for Pharo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published