Stephan Eggermont wrote
> - I've added #isMorphicDraw and #isMorphicDrawShape to make sure
>only MorphicDraw shapes don't escape from their panel, and
>no other morphs are added to the panel. Is there a more
>elegant way to achieve that?
Double-dispatch?
-
Cheers,
Sean
--
View t
Nice thing!
Phil
On Thu, Apr 30, 2015 at 1:57 AM, Stephan Eggermont wrote:
> To better understand Morphic, I've started writing a small application
> that can draw shapes and connect them.
>
> A pdf documenting what I've done is at
> https://github.com/StephanEggermont/MorphicDraw
>
> Code is o
On 30/04/15 10:10, Sven Van Caekenberghe wrote:
I have not yet read it, but this is very cool, well done !
This kind of material is very welcome.
Thanks.
I am pleasantly surprised by the small amount of code needed
to create something like this. Not so much by the effort in
finding out how to
I have not yet read it, but this is very cool, well done !
This kind of material is very welcome.
> On 30 Apr 2015, at 01:57, Stephan Eggermont wrote:
>
> To better understand Morphic, I've started writing a small application that
> can draw shapes and connect them.
>
> A pdf documenting what
To better understand Morphic, I've started writing a small application
that can draw shapes and connect them.
A pdf documenting what I've done is at
https://github.com/StephanEggermont/MorphicDraw
Code is on smalltalkhub,
StephanEggermont/MorphicDraw
Suggestions, fixes and improvements are wel