Alain Plantec wrote:
On 25 Dec 2014, at 10:31, stepharo <stepharo@free.fr> wrote:
Le 25/12/14 03:04, Ben Coman a écrit :
Really nice to see your progress. Now do you have some sketches that show how it relates to the components of the existing Morphic? What is being disposed of, what reimplemented, what ported?
yes, almost everything is new or rewritten and you are right, its time to write documentation. Now, there is one well identified issue. Athens is used to render everything except the Morphic world. This is cool but at the end of the rendering, the vm Form based display is used by wrappers : see in TBlAthensWrapper>>unprotectedFullDrawOn:
I can't see that class. I guess you mean BlAthensPasteUpMorph>>unprotectedFullDrawOn:
---- self surface displayOnMorphicCanvas: aCanvas at: self position ââ It slows down the rendering very much. what would be cool would be to have a native Athens/Cairo vm display to really benefit from Athens.