If what you are doing is an experiment or you want to play around with it, I would also recommend trying Bloc. https://github.com/pharo-graphics/Bloc On Sat, Dec 23, 2017 at 10:36 AM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hello Doug
You pushed me to try and I rescued an implementation for the old Squeak. I published it at:
MCHttpRepository location: 'http://smalltalkhub.com/mc/StephaneDucasse/MandelBrotMorph/main ' user: '' password: ''
MandelMorph2 example
If you want to improve it and implement others let me know I can give write access to the repo.
Let me know if you have fun.
MandelMorph2 new openInWindow
Stef
On Fri, Dec 22, 2017 at 9:39 PM, T.D. Telford <doug@dougtelford.com> wrote:
I am primarily interested in graphical shapes and bit maps (for fractals). I want to put graphical shapes or bitmaps in a window or bordered area. I have not been very successful in finding documentation about how to do this in Morphic. In contrast, I find the documentation for Roassal easy to find and to the point. Perhaps someone could point me to Morphic documentation (or supply examples) on my area of interest that includes a lot of examples. Thanks.