Pharo Graphics Brick Save Abandoned

Widget library on top of Bloc for Pharo

Project README

(Archived) Brick

License Tests

Brick is a widget library on top of Bloc.

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

Installation

The following script installs Brick (including Bloc and BlocPac) in Pharo 11:

Author useAuthor: 'Load' during: [[
	Metacello new
		baseline: 'Brick';
		repository: 'github://pharo-graphics/Brick:dev-1.0/src';
		onConflictUseIncoming;
		ignoreImage;
		load ]
			on: MCMergeOrLoadWarning
			do: [ :warning | warning 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.

Open Source Agenda is not affiliated with "Pharo Graphics Brick" Project. README Source: pharo-graphics/Brick
Stars
26
Open Issues
7
Last Commit
11 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating