GWT drawing library... Summer of Code - MM Flash based canvas?..

46 views
Skip to first unread message

Vlad

unread,
Aug 12, 2007, 10:20:52 PM8/12/07
to Google Web Toolkit
Hi,

I'm looking for a JS API drawing solution that could be easily
integrated (or already is) with GWT. Some time ago I've stumbled
across some proposal for the Summer of Code re: choosing a rendering
engine for drawing operations (I think the options were Flash, DIV/
HTML table or SVG/XAML). I'm primarily interested in the Flash based
solution since it seems like the most suitable cross platform solution
with a very wide variety of drawing toolkit already available.

Before I plunge into a custom solution, I wonder if there is anything
like that planned to be included in the upcoming release? I skimmed
through 1.4 documentation and haven't found anything that might be
related to this functionality. The GWT-widgets project seemed to have
an SVG based drawing solution, but it was excluded from the latest
release due to incompatibilities with GWT 1.4.

Is there any GWT wrapper for JSGraphics library? Though it's 'pseudo'
vector DIV based solution, it seems to be working...

Thanks for any pointers,

Vlad

mP

unread,
Aug 12, 2007, 11:44:32 PM8/12/07
to Google Web Toolkit
I believe Robert Hanson and his team have a nice wrapped up jsgraphics
impl.

search for "gwt widgets"

yac

unread,
Sep 15, 2007, 2:24:45 PM9/15/07
to Google Web Toolkit

I am looking for the same thing. Did any one find an easy way to use
Flash in GWT code?
My work around at the moment is using a Frame and direct it to a page
that runs my flash object. Not very intelligent!


On Aug 12, 8:44 pm, mP <miroslav.poko...@gmail.com> wrote:
> I believe Robert Hanson and his team have a nice wrapped up jsgraphics
> impl.
>
> search for "gwt widgets"
>
> On Aug 13, 12:20 pm, Vlad <vole...@gmail.com> wrote:
>
> > Hi,
>
> > I'm looking for a JS API drawing solution that could be easily
> > integrated (or already is) with GWT. Some time ago I've stumbled
> > across some proposal for the Summer of Code re: choosing a rendering

> > engine for drawing operations (I think the options wereFlash, DIV/

Toon...@googlemail.com

unread,
Sep 17, 2007, 6:46:19 AM9/17/07
to Google Web Toolkit
I found the GWT JsGraphics implementation too slow for animating
moving squares and circles. What is looking promising is a GWT wrapper
for Dojo GFX. This relies upon SVG, VML, or SliverLight depending upon
what the browser supports. Not only is this much faster than
JsGraphics but supports transparency, rotation, and much more. Here's
a nice article about Dojo GFX --
http://www.thinkvitamin.com/features/design/create-cross-browser-vector-graphics

L Frohman posted a note about this on this list and sent me some test
code and I'm in the midst of expanding it.

Best,

-ken

yac

unread,
Sep 22, 2007, 5:00:50 PM9/22/07
to Google Web Toolkit

Thanks.
I ended up using HTMLPanel and inserted the flash SWF object as an
<Object> with <Embed> tag.
Not a clean solution though.

On Sep 17, 3:46 am, "ToonT...@googlemail.com"
<ToonT...@googlemail.com> wrote:
> I found theGWTJsGraphics implementation too slow for animating


> moving squares and circles. What is looking promising is aGWTwrapper
> for Dojo GFX. This relies upon SVG, VML, or SliverLight depending upon
> what the browser supports. Not only is this much faster than
> JsGraphics but supports transparency, rotation, and much more. Here's

> a nice article about Dojo GFX --http://www.thinkvitamin.com/features/design/create-cross-browser-vect...


>
> L Frohman posted a note about this on this list and sent me some test
> code and I'm in the midst of expanding it.
>
> Best,
>
> -ken
>
> On Sep 15, 7:24 pm, yac <yacoub.she...@gmail.com> wrote:
>
> > I am looking for the same thing. Did any one find an easy way to use
> >FlashinGWTcode?
> > My work around at the moment is using a Frame and direct it to a page

> > that runs myflashobject. Not very intelligent!

Reply all
Reply to author
Forward
0 new messages