Skip to content
/ Bloc Public
forked from feenkcom/Bloc

Low-level UI infrastructure & framework for Pharo

License

Notifications You must be signed in to change notification settings

akgrant43/Bloc

 
 

Repository files navigation

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 Bloc intended for Pharo 7:

Metacello new
   baseline: 'Bloc';
   repository: 'github://pharo-graphics/Bloc/src';
   load

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.

About

Low-level UI infrastructure & framework for Pharo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 51.6%
  • HTML 48.4%