Issue 3545 in pharo: FEATURE: Multiple Worlds

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3545 in pharo: FEATURE: Multiple Worlds

Torsten Bergmann
>I've implemented a Morphic-Animations pacakge, adding the bitmap
>animations as strategy objects for each animation. If there's interest
>i could decouple it from Gaucho, and post it.

Yes, if thats easy to do.

I played with JavaFX last year and (even when it is now abondened
and will reappear as Java API) it was a nice way to easily build
visual appealing applications with transition effects, shadows, ...
(see http://javafx.com/samples)

Would like to see that in future for Pharo too easily allow people
to build sexy apps.

Thx
T.
--
NEU: FreePhone - kostenlos mobil telefonieren und surfen!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Reply | Threaded
Open this post in threaded view
|

Re: Issue 3545 in pharo: FEATURE: Multiple Worlds

Stéphane Ducasse
>
> Yes, if thats easy to do.
>
> I played with JavaFX last year and (even when it is now abondened
> and will reappear as Java API) it was a nice way to easily build
> visual appealing applications with transition effects, shadows, ...
> (see http://javafx.com/samples)
>
> Would like to see that in future for Pharo too easily allow people
> to build sexy apps.

Me too.
Now again this is a question of time not vision. There is simpleMorphic waiting for us

>
> Thx
> T.

Reply | Threaded
Open this post in threaded view
|

Re: Issue 3545 in pharo: FEATURE: Multiple Worlds

Fernando olivero-2
Ok, will do then.

What i can do now is:

a := Morph new.
b animationsRunner animateFadeInOf: b.

b := Morph new.
b animationsRunner animatePageTurnFrom: b to: a.

.....
All based on the existing methods on Form, simply adding a "Morphic
layer" on top.

Fernando

On Wed, Jan 19, 2011 at 1:01 PM, Stéphane Ducasse
<[hidden email]> wrote:

>>
>> Yes, if thats easy to do.
>>
>> I played with JavaFX last year and (even when it is now abondened
>> and will reappear as Java API) it was a nice way to easily build
>> visual appealing applications with transition effects, shadows, ...
>> (see http://javafx.com/samples)
>>
>> Would like to see that in future for Pharo too easily allow people
>> to build sexy apps.
>
> Me too.
> Now again this is a question of time not vision. There is simpleMorphic waiting for us
>
>>
>> Thx
>> T.
>
>