Installation | Contributing | License
Bloc is a low-level UI infrastructure & framework for Pharo.
Main maintainers : Glenn Cavarlé & Aliaksei Syrel
The following script installs a stable version of Bloc intended for Pharo 6.1:
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc:pharo6.1/src';
load: #core
In order to install a bleeding edge version of Bloc you could use the following script:
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc/src';
load: #core
More detailed installation guide is described here
In order to better learn Bloc consider going through an introductional tutorial where readers build an interface for a simple memory game:
Want to contribute on Bloc? Awesome! We have instructions to help you get started contributing code or documentation.
Licensed under the MIT license.