GWT and WebGL

2010-10-18 Thread Alon Gubkin
I'm planning on writing a 3D game for the Game On contestwith WebGL. Because of the huge third party libraries wrriten in Java (like JBullet ), I thought it'd be a good idea to write it with GWT and not in pla

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 Web

Re: GWT and WebGL

2010-10-18 Thread Matías Costa
I think you can't. It should be a massive work. I have no idea about how bullet works, but tricking it to use a webgl context must be hard, next to imposible. GWT is a Java to Javascript compiler. It is no magic java in a webpage. The java code must comply various constraint to be able to translat

Re: GWT and WebGL

2010-10-19 Thread Matías Costa
Well, Look what these guys did: http://code.google.com/p/quake2-gwt-port/ If they could... why don't you? El 18 de octubre de 2010 18:38, Matías Costa escribió: > I think you can't. It should be a massive work. I have no idea about how > bullet works,

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 google-web-toolkit+unsub

Re: GWT and WebGL

2011-06-07 Thread A. Stevko
Quick search turned up http://code.google.com/p/gwtgl/ On Tue, Jun 7, 2011 at 1:19 PM, Alberto Franco wrote: > 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).