Re: [Pharo-dev] Athens/Morphic

2015-03-04 Thread stepharo
+1 Le 25/2/15 15:02, Igor Stasenko a écrit : Nice work, Nicolai Thank you for putting your hands on it! On 23 February 2015 at 23:47, Nicolai Hess > wrote: No, it is not yet integrated. but this should work with pharo 40501 Merge (from pharo4 inbox): C

Re: [Pharo-dev] Athens/Morphic

2015-02-25 Thread Igor Stasenko
Nice work, Nicolai Thank you for putting your hands on it! On 23 February 2015 at 23:47, Nicolai Hess wrote: > No, it is not yet integrated. > but this should work with pharo 40501 > Merge (from pharo4 inbox): ConfigurationOfAthens-NicolaiHess.52 > ConfigurationOfAthens loadVersion:'2.9' > > At

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread Nicolai Hess
No, it is not yet integrated. but this should work with pharo 40501 Merge (from pharo4 inbox): ConfigurationOfAthens-NicolaiHess.52 ConfigurationOfAthens loadVersion:'2.9' AthensWrapWorldMorph new openInWorld 2015-02-23 23:09 GMT+01:00 stepharo : > I tried to load 2.9 from the athens repo int

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread stepharo
I tried to load 2.9 from the athens repo into Latest update: #40501 and I got incompatibleLayoutConflict because apparently I got some packages that were saved Well I got totally lost. Le 23/2/15 23:06, stepharo a écrit : Le 23/2/15 09:59, Nicolai Hess a écrit : Load the new configu

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread stepharo
Le 23/2/15 09:59, Nicolai Hess a écrit : Load the new configuration of athens (2.9) I could not find it in the ConfigurationBrowser or in the Pharo40 main repo. I thought that it was integrated in Pharo (I used the latest version 40501) Open an AthensWorld: AthensWrapWorldMorph new openInWor

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread kilon alios
so that means now athens mix with morphic just fine without extra work , great work guys :) On Mon, Feb 23, 2015 at 10:59 AM, Nicolai Hess wrote: > Load the new configuration of athens (2.9) > Open an AthensWorld: > AthensWrapWorldMorph new openInWorld > > > Drag and drop some morphs on this ath

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread Nicolai Hess
Load the new configuration of athens (2.9) Open an AthensWorld: AthensWrapWorldMorph new openInWorld Drag and drop some morphs on this athens world. (Nautilus /Old Workspace should fully work/ GT Inspector and Playground not) 2015-02-23 9:51 GMT+01:00 stepharo : > how can I play with that? >

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread Marcus Denker
> On 23 Feb 2015, at 09:51, stepharo wrote: > > how can I play with that? > > even if I should not. > I loaded Athens and then did AthensWrapWorldMorph new openInWorld I think. > Le 20/2/15 08:54, Marcus Denker a écrit : >> Very nice! Works here (on Mac). >> >> I will integrate as soon as

Re: [Pharo-dev] Athens/Morphic

2015-02-23 Thread stepharo
how can I play with that? even if I should not. Le 20/2/15 08:54, Marcus Denker a écrit : Very nice! Works here (on Mac). I will integrate as soon as the CI is up again… Marcus On 19 Feb 2015, at 12:44, Nicolai Hess > wrote: Most of this (without the test class (

Re: [Pharo-dev] Athens/Morphic

2015-02-19 Thread Marcus Denker
Very nice! Works here (on Mac). I will integrate as soon as the CI is up again… Marcus > On 19 Feb 2015, at 12:44, Nicolai Hess wrote: > > Most of this (without the test class (AthensTestDisplay)) is now ready for > integration. > > A lot of changes for making Mophic and Text(Morphs)

Re: [Pharo-dev] Athens/Morphic

2015-02-19 Thread Nicolai Hess
Most of this (without the test class (AthensTestDisplay)) is now ready for integration. A lot of changes for making Mophic and Text(Morphs) work on Athens (For testing purpose there is also the AthensWrapWorldMorph included). The Canvas wrapper (AthensCanvasWrapper) is not yet included and theref

Re: [Pharo-dev] Athens/Morphic

2015-01-31 Thread Alain Plantec via Pharo-dev
--- Begin Message --- > > Yes the HandMorph is handled like any other Morph, it draws itself and > after that it draws all its submorphs. (And actually it does not use any > caching, and it is still quite fast) the same in Bloc, no caching and it works just fine :) > But yes, it needs a specia

Re: [Pharo-dev] Athens/Morphic

2015-01-31 Thread Nicolai Hess
Thank you for your feedback @Marcus I spend hours doing experiments with the font rendering, I think there must be a way to make it look better, because AFAIK there are other cairo based applications and the font rendering looks better. (maybe only linux?) Yes, the AthensTestDisplay is initializ

Re: [Pharo-dev] Athens/Morphic

2015-01-31 Thread Alain Plantec via Pharo-dev
--- Begin Message --- super! it just works fine, except the font. I’ve also noticed that the mouse pointer is not drawn while dragging a morph. Do you plane to make a package for it ? I would like to integrate it in Bloc. thanks Alain > Le 31 janv. 2015 à 09:48, Marcus Denker a écrit : > > Nic

Re: [Pharo-dev] Athens/Morphic

2015-01-31 Thread Marcus Denker
Nice! It works fine here (font looks strange, yes). The world size seems to be limited to the small window that pharo starts up with? Making it larger seems to still clip at that border. > On 23 Jan 2015, at 17:40, Nicolai Hess wrote: > > > > 2015-01-10 13:18 GMT+01:00 Nicolai Hess

Re: [Pharo-dev] Athens/Morphic

2015-01-23 Thread Aliaksei Syrel
Nice work, Nicolai! Brick does not work - It uses some of Canvas' private api, and it is > difficult to provide this with Athens. I will try to fix it when have time. Actually there was no need to use that private api, I just was too lazy to do slightly more math when converting global coordinat

Re: [Pharo-dev] Athens/Morphic

2015-01-23 Thread Nicolai Hess
2015-01-10 13:18 GMT+01:00 Nicolai Hess : > > I think I got the MorphTreeTransformMorph now working, need to clean up > the code > and maybe I 'll upload this to the athens repository. > > nicolai > > > I don't know how often I thought "I got this working", but NOW I think I got this morphic tran

Re: [Pharo-dev] Athens/Morphic

2015-01-10 Thread Nicolai Hess
I think I got the MorphTreeTransformMorph now working, need to clean up the code and maybe I 'll upload this to the athens repository. nicolai 2015-01-08 12:27 GMT+01:00 Nicolai Hess : > A new Version of the AthensWrapWorldMorph (useful for testing Athens based > drawing for morphs). And some c

Re: [Pharo-dev] Athens/Morphic

2015-01-08 Thread Nicolai Hess
2015-01-08 16:16 GMT+01:00 stepharo : > Hi nicolai > > should we include your change in Pharo4.0? > No, not all, not yet! To many open questions, to many things I did by trial-and error. I just hope someone is looking at this. And help with the missing/not working things. (TransformMorphs, TextM

Re: [Pharo-dev] Athens/Morphic

2015-01-08 Thread stepharo
Hi nicolai should we include your change in Pharo4.0? Stef Le 8/1/15 12:27, Nicolai Hess a écrit : A new Version of the AthensWrapWorldMorph (useful for testing Athens based drawing for morphs). And some changes for using Athens with the existing Morphs: Many things are working, some important

[Pharo-dev] Athens/Morphic

2015-01-08 Thread Nicolai Hess
A new Version of the AthensWrapWorldMorph (useful for testing Athens based drawing for morphs). And some changes for using Athens with the existing Morphs: Many things are working, some important not. I had some terrible, terrible hours fighting with clipping, MorphTransformation and Textrendering