Wednesday, February 24, 2016

Re: Context Types

Hi, 

You don't need GWT to support it. You need JsInterop bindings for WebGL IDL.
Unfortunately I do not know any public link to such binding.
But I saw a generator project in this forum. 

We have our own JSNI bindings, however I would recommend you binding using JsInterop as more efficient.



On Sunday, February 21, 2016 at 7:16:50 PM UTC+3, Velusamy Velu wrote:
Friends:

I'm curious about com.google.gwt.canvas.client.Canvas.getContext(String contextId) method.  Is there a list of supported context IDs?

Having tried the Context2d successfully I would like to migrate my applications to 3D.  The current version of GWT Canvas seems to support only 2d, unless I'm mistaken.  If not will there be any support for WebGL and CSS 3D in the future releases?

I would greatly appreciate your feedback.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment