digitalmars.D.dwt - dwt-win and OpenGL working
- John Reimer <terminal.node gmail.com> Feb 11 2008
- John Reimer <terminal.node gmail.com> Feb 13 2008
- bobef <bobef abv-nospam.bg> Feb 14 2008
- John Reimer <terminal.node gmail.com> Feb 14 2008
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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








John Reimer <terminal.node gmail.com>