UI

Sprite animations using WPF/Silverlight and JavaFX

Posted by Macca on July 23, 2010 at 9:54 pm

Usually when you begin to write any sort of application that requires visual flare, animations are always on the cards.
Since WPF and JavaFX (and Apple’s Cocoa Touch) use a similar animation framework of a declarative nature, meaning, that the developer defines elements at time steps and then the framework works out the rest, it becomes [...]

Switch worlds from JavaFX to WPF and the designer workflow

Posted by Macca on October 28, 2009 at 11:11 am

As some of you may be aware, for a long time I have been eagerly following JavaFX. Playing with it, getting involved in the entire JavaFX world.
It was easy for me to get into it because at work I was also heavily involved in Java work. I was writing a Gwt application that used a [...]