digitalmars.D.dwt - dwt-win and OpenGL working
- John Reimer (6/6) Feb 11 2008 I've managed to get OpenGL working with DWT (fairly easy port
- John Reimer (5/18) Feb 13 2008 For those interested, I'm now working on adding opengl support to
- bobef (2/23) Feb 14 2008
- John Reimer (7/9) Feb 14 2008 Yes, the browser should be ported for dwt-win and dwt-linux as well.
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.
Feb 11 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
Feb 13 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
Feb 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
Feb 14 2008