Re: [Pharo-users] Bloc/Brick/Spec
Hi all, As well described by Peter, Bloc is a low level graphics library which mainly manages multi-windowing (Morphic, SDL, Gtk soon), user interaction (events) and drawing (using Sparta). Brick is a widget framework on top of Bloc (button, inputField, ...) and Spec is a "multi-backend" UI Builder. I know that the installation of Bloc can be confusing because of the multiple possibilities. For more information, Metacello and Zeroconf scripts are described here : https://github.com/pharo-graphics/Bloc/blob/master/INSTALL.md. Cheers, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-Brick-Spec-tp4949591p4950481.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi Glenn, does this mean, that in the future we can build GTK applications via Bloc/Brick/Spec? Best regards, Marc 2017-06-08 14:46 GMT+02:00 Glenn Cavarlé <glenn.cavarle@gmail.com>:
Hi all, As well described by Peter, Bloc is a low level graphics library which mainly manages multi-windowing (Morphic, SDL, Gtk soon), user interaction (events) and drawing (using Sparta). Brick is a widget framework on top of Bloc (button, inputField, ...) and Spec is a "multi-backend" UI Builder.
I know that the installation of Bloc can be confusing because of the multiple possibilities. For more information, Metacello and Zeroconf scripts are described here : https://github.com/pharo-graphics/Bloc/blob/master/INSTALL.md.
Cheers,
Glenn.
----- Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc- Brick-Spec-tp4949591p4950481.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
Glenn Cavarlé -
Marc Hanisch