Re: Can I do this with GWT..?

2012-04-05 Thread dodo dard
You should use HTML 5 Canvas, wrapped with GWT (I believe there is possibility there) Look at : www.html5bydemo.com how to use HTML5 Le mardi 3 avril 2012 11:11:15 UTC+2, Carsten a écrit : > > I am a beginner and try to find out if what I want to do is possible > with GWT and how one should do i

Re: Can I do this with GWT..?

2012-04-04 Thread Joseph Lust
This is exactly what SVG and SMIL were designed to do. Check out svgwow and lib-gwt-svg. RaphaelJs GWT lib can also do this. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit http

Re: Can I do this with GWT..?

2012-04-04 Thread Philippe Lhoste
On 03/04/2012 11:11, Carsten wrote: I am a beginner and try to find out if what I want to do is possible with GWT and how one should do it: 1. load a font and render words (possibly rotated) on the screen 2. animate drawn objects like words, e.g. make them 'fly' from one side of the screen to th

Can I do this with GWT..?

2012-04-03 Thread Carsten
I am a beginner and try to find out if what I want to do is possible with GWT and how one should do it: 1. load a font and render words (possibly rotated) on the screen 2. animate drawn objects like words, e.g. make them 'fly' from one side of the screen to the other. 3. do transformation operatio