Installation | Contributing | License
Bloc is a low-level UI infrastructure & framework for Pharo.
Main maintainers : Glenn Cavarlé & Aliaksei Syrel
The following script installs Bloc intended for Pharo 7:
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc/src';
load
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.