Project

General

Profile

Is there a wt class comparable to QGLWidget ?

Added by takashi yamamoto over 14 years ago

Is there a wt class comparable to QGLWidget ?

If no, is there an OpenGL binding/wrapper class in wt?


Replies (1)

RE: Is there a wt class comparable to QGLWidget ? - Added by Koen Deforche over 14 years ago

Hey Takashi,

No. There is no support for 3D graphics yet in browsers (but it is coming!).

You cannot simply leverage the QGLWidget ASFAIK, since this class depends on an opengl implementation for the actual rendering, and this is either native support in the graphics card, or a software implementation MesaGL.

ASFAIK, the only possible way to get the functionality would be to embed a Flash widget, but work on this has not started, and it will require some thorough Flash/JavaScript and Wt knowledge to make it.

Regards,

koen

    (1-1/1)