[gwt-contrib] Should GWT support WebGL without Elemental ? (or should Elemental be extended to support more browsers ?)

2013-07-29 Thread Alberto Mancini
Hi, hope this is the right list for this discussion. WebGL is today supported at least by FF and, according to http://caniuse.com/webgl, also the next release of IE will support it so I wonder if should GWT support WebGL (without Elemental). As i see in previous mails in this group

Re: [gwt-contrib] Should GWT support WebGL without Elemental ? (or should Elemental be extended to support more browsers ?)

2013-07-29 Thread Goktug Gokdogan
. WebGL is today supported at least by FF and, according to http://caniuse.com/webgl, also the next release of IE will support it so I wonder if should GWT support WebGL (without Elemental). As i see in previous mails in this group, and in other GWT related groups, the direction

Re: [gwt-contrib] Should GWT support WebGL without Elemental ? (or should Elemental be extended to support more browsers ?)

2013-07-29 Thread Alberto Mancini
this is the right list for this discussion. WebGL is today supported at least by FF and, according to http://caniuse.com/webgl, also the next release of IE will support it so I wonder if should GWT support WebGL (without Elemental). As i see in previous mails in this group, and in other GWT

GWT and WebGL

2011-06-07 Thread Alberto Franco
Hi to everybody, I'm new to the group so I don't know if there are other posts on the topic (I've made a quick search but i didn't found anything). I have seen that there are few WebGL bindings for GWT but will Google support WebGL inside the official GWT SDK? Since Google is in the team behind

Re: GWT and WebGL

2011-06-07 Thread A. Stevko
found anything). I have seen that there are few WebGL bindings for GWT but will Google support WebGL inside the official GWT SDK? Since Google is in the team behind WebGL I would think so, anyone knows? Thanks in advance. Alberto -- You received this message because you are subscribed

Re: GWT and WebGL

2010-10-19 Thread Matías Costa
be a good idea to write it with GWT and not in plain JavaScript. - What is the most active WebGL module for GWT? - Are there any graphics engine ported to WebGL/GWT? If not, should I port an existing graphics engine to GWT before writing the game? Is the WebGL API similar

Re: GWT and WebGL

2010-10-19 Thread Ferney
look this: http://code.google.com/p/gwt-g3d/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

GWT and WebGL

2010-10-18 Thread Alon Gubkin
JavaScript. - What is the most active WebGL module for GWT? - Are there any graphics engine ported to WebGL/GWT? If not, should I port an existing graphics engine to GWT before writing the game? Is the WebGL API similar to the OpenGL API? Thanks. -- You received this message because

Re: GWT and WebGL

2010-10-18 Thread Matías Costa
in Java (like JBullet http://jbullet.advel.cz/), I thought it'd be a good idea to write it with GWT and not in plain JavaScript. - What is the most active WebGL module for GWT? - Are there any graphics engine ported to WebGL/GWT? If not, should I port an existing graphics engine to GWT