All Projects → pharo-graphics → Bloc

pharo-graphics / Bloc

Licence: mit
Low-level UI infrastructure & framework for Pharo

Programming Languages

smalltalk
420 projects

Bloc

License Complete Test

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

⚠️ This repository contains the code for Bloc that may be included in the future in Pharo. It retrofits a part of the development made at https://github.com/feenkcom/bloc. This version will focus on core features and stability. We are currently identifying the core we want for Pharo.

Installation

The following script installs Bloc in Pharo 8 and 9:

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

Alternatively, you can do it by terminal (MacOS, linux... and should work as well in Windows with MINGW64). Create a directory and execute <this_repo>/scripts/build.sh, which first downloads the Pharo image and VM and then loads the project.

License and Contributing

This code is licensed under the MIT license.

If you want to contribute to the project, please read our contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].