Brick

Description

Widget library on top of Bloc for Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
9
Created
May 29, 2018
Updated
May 29, 2018

Categories

UI / Graphics

README excerpt

# Brick

[![Travis](https://travis-ci.org/pharo-graphics/Brick.svg?branch=master)][travis]
[![Coveralls](https://coveralls.io/repos/github/pharo-graphics/Brick/badge.svg?branch=master)][coveralls]

Brick is a widget library on top of [Bloc](https://github.com/pharo-graphics/Bloc) for [Pharo](http://pharo.org/).

Main maintainers : [Glenn Cavarlé](https://github.com/GlennCavarle) & [Aliaksei Syrel](https://github.com/syrel)

# Installation

## All-in-one versions 
[Brick](https://github.com/pharo-graphics/Bloc) + [Bloc](https://github.com/pharo-graphics/Bloc)

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

```smalltalk
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

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

[travis]: https://travis-ci.org/pharo-graphics/Brick
[coveralls]: https://coveralls.io/github/pharo-graphics/Brick?branch=master
← Back to results