[Pharo-project] Issue 3545 in pharo: FEATURE: Multiple Worlds
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
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.
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 <stephane.ducasse@inria.fr> 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.
participants (3)
-
Fernando Olivero -
Stéphane Ducasse -
Torsten Bergmann