Bloc is a low-level UI infrastructure & framework for Pharo.
The following script installs Bloc in Pharo 9 or 10:
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.
This code is licensed under the MIT license.
If you want to contribute to the project, please read our contributing guide.