Re: [Pharo-users] What UI direction now (or in the near future)?
Pharo Smalltalk Users mailing list wrote
now, design decisions are to be made regarding the widgets layer.
I assume you've studied the original Self Morphic, which seemed very simple and elegant in my brief experiments with it. One of the key principles was uniformity e.g. the World, Hand, etc could all be regular objects, like any other Morph. Our implementation creates special cases which are barriers to understanding and experimentation e.g. it's very difficult to create and customize a World within a World⦠----- Cheers, Sean -- View this message in context: http://forum.world.st/What-UI-direction-now-or-in-the-near-future-tp4807447p... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Do not ask alain extra work. Read Bloc code. Stef
Pharo Smalltalk Users mailing list wrote
now, design decisions are to be made regarding the widgets layer. I assume you've studied the original Self Morphic, which seemed very simple and elegant in my brief experiments with it. One of the key principles was uniformity e.g. the World, Hand, etc could all be regular objects, like any other Morph. Our implementation creates special cases which are barriers to understanding and experimentation e.g. it's very difficult to create and customize a World within a Worldâ¦
----- Cheers, Sean -- View this message in context: http://forum.world.st/What-UI-direction-now-or-in-the-near-future-tp4807447p... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi Sean, No, Iâve not studied Self Morphic but I hope that I understand well the idea and a part of its design. I think it is still the idea of Morphic even in Pharo but as you say, pollute with special cases. The Bloc core is a reimplementation of this Morphic idea. I hope you will appreciate its uniformity. (yes, you can open a World in a World :) ) Cheers Alain
Le 25 févr. 2015 à 23:03, Sean P. DeNigris <sean@clipperadams.com> a écrit :
Pharo Smalltalk Users mailing list wrote
now, design decisions are to be made regarding the widgets layer.
I assume you've studied the original Self Morphic, which seemed very simple and elegant in my brief experiments with it. One of the key principles was uniformity e.g. the World, Hand, etc could all be regular objects, like any other Morph. Our implementation creates special cases which are barriers to understanding and experimentation e.g. it's very difficult to create and customize a World within a Worldâ¦
----- Cheers, Sean -- View this message in context: http://forum.world.st/What-UI-direction-now-or-in-the-near-future-tp4807447p... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Alain Plantec -
Sean P. DeNigris -
stepharo