digitalmars.D.dwt - DWT Dead?
- DBLoke (1/1) Feb 23 2007 Is DWT now dead?
- Bill Baxter (8/9) Feb 23 2007 It's resting.
- Sean Kelly (2/3) Feb 23 2007 Pretty much. Though the FLTK conversion sounded promising.
- John Reimer (11/15) Feb 23 2007 Huh?
- =?UTF-8?B?QW5kZXJzIEYgQmrDtnJrbHVuZA==?= (6/14) Feb 24 2007 So will Tioport now replace DWT, as the standard GUI library for DMD ?
- Lars Ivar Igesund (14/32) Feb 24 2007 I have a feeling that the goal of a standard GUI (at least by the route
DBLoke wrote:Is DWT now dead?It's resting. It's just pining for the fjords. It's going to "voom" any minute now. (actually I have no idea! but I seem to recall it's pending improvements to something called tioport. http://dsource.org/projects/tioport) --bb
Feb 23 2007
DBLoke wrote:Is DWT now dead?Pretty much. Though the FLTK conversion sounded promising.
Feb 23 2007
On Fri, 23 Feb 2007 09:17:42 -0800, Sean Kelly wrote:DBLoke wrote:Huh? The original DWT is pretty much dead... but not the one Frank Benoit is working on in parallel with his Java->D translator. It seems that quite a bit of progress has been going on there. Just check out the tioport project at dsource.org to see the almost complete conversion of SWT Linux for D. I believe there was also interest in using this project for a new port of SWT on Win32. Although, I believe that port needs several volunteers to succeed. -JJRIs DWT now dead?Pretty much. Though the FLTK conversion sounded promising.
Feb 23 2007
John Reimer wrote:The original DWT is pretty much dead... but not the one Frank Benoit is working on in parallel with his Java->D translator. It seems that quite a bit of progress has been going on there. Just check out the tioport project at dsource.org to see the almost complete conversion of SWT Linux for D.So will Tioport now replace DWT, as the standard GUI library for DMD ? (the goals of the two projects look similar enough, port SWT over to D)I believe there was also interest in using this project for a new port of SWT on Win32. Although, I believe that port needs several volunteers to succeed.The D port of SWT on Carbon (for Mac OS X) also needs some volunteers. There was some work started on the original DWT, should be in SVN... ? --anders
Feb 24 2007
Anders F Björklund wrote:John Reimer wrote:I have a feeling that the goal of a standard GUI (at least by the route followed by DWT) is moot. I think a GUI library only can be standard now by it becoming so popular that everyone use it. D and Java are so different in how they operate, that a big standard GUI library will be very far from what is wanted/needed in many D projects.The original DWT is pretty much dead... but not the one Frank Benoit is working on in parallel with his Java->D translator. It seems that quite a bit of progress has been going on there. Just check out the tioport project at dsource.org to see the almost complete conversion of SWT Linux for D.So will Tioport now replace DWT, as the standard GUI library for DMD ? (the goals of the two projects look similar enough, port SWT over to D)I believe the effort in question, is to port the JNI wrappers to D, as it is very difficult (or impossible?) to do it automatically. The part of SWT above this level is more or less platform independent. -- Lars Ivar Igesund blog at http://larsivi.net DSource, #d.tango & #D: larsivi Dancing the TangoI believe there was also interest in using this project for a new port of SWT on Win32. Although, I believe that port needs several volunteers to succeed.The D port of SWT on Carbon (for Mac OS X) also needs some volunteers. There was some work started on the original DWT, should be in SVN... ?
Feb 24 2007