/Bloc

Low-level UI infrastructure & framework for Pharo

Primary LanguageSmalltalkMIT LicenseMIT

Bloc

Installation | Contributing | License

License Travis AppVeyor Coveralls

Bloc is a low-level UI infrastructure & framework for Pharo.

Main maintainers : Glenn Cavarlé & Aliaksei Syrel

Installation

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

Tutorials

In order to better learn Bloc consider going through an introductional tutorial where readers build an interface for a simple memory game:

Contributing

Want to contribute on Bloc? Awesome! We have instructions to help you get started contributing code or documentation.

License

Licensed under the MIT license.