Thread overview
dwt-win and OpenGL working
Feb 12, 2008
John Reimer
Feb 14, 2008
John Reimer
Feb 14, 2008
bobef
Feb 14, 2008
John Reimer
February 12, 2008
I've managed to get OpenGL working with DWT (fairly easy port considering all the great work Frank has done already).

DWT GLCanvas is now working.  I tested it with DerelictGL and was successful.

Here's an image.

OpenGL support is now in the repository.



February 14, 2008
John Reimer wrote:
> I've managed to get OpenGL working with DWT (fairly easy port considering all the great work Frank has done already).
> 
> DWT GLCanvas is now working.  I tested it with DerelictGL and was successful.
> 
> Here's an image.
> 
> OpenGL support is now in the repository.
> 
> 
> ------------------------------------------------------------------------
> 


For those interested, I'm now working on adding opengl support to dwt-linux also.  This is just a little more involved, but I should have something complete by this weekend.

-JJR
February 14, 2008
What about the browser? Do you have any plans porting it? I guess it is a lot of coding though....

John Reimer Wrote:

> John Reimer wrote:
> > I've managed to get OpenGL working with DWT (fairly easy port considering all the great work Frank has done already).
> > 
> > DWT GLCanvas is now working.  I tested it with DerelictGL and was successful.
> > 
> > Here's an image.
> > 
> > OpenGL support is now in the repository.
> > 
> > 
> > ------------------------------------------------------------------------
> > 
> 
> 
> For those interested, I'm now working on adding opengl support to dwt-linux also.  This is just a little more involved, but I should have something complete by this weekend.
> 
> -JJR

February 14, 2008
bobef wrote:
> What about the browser? Do you have any plans porting it? I guess it is a lot of coding though....
> 

Yes, the browser should be ported for dwt-win and dwt-linux as well.

On windows, the browser depends on the COM/OLE port being complete, which I think Frank was working on recently.  I think the linux port depends on mozilla bindings.  Either way, it does look fairly involved... but it is part of dwt, and thus will be part of the port.

-JJR