digitalmars.D - question to Walter - about the GUI library
- David Wang (7/7) Apr 14 2011 Dear Walter Bright,
- Denis Koroskin (5/14) Apr 14 2011 Walter is working on a reference compiler, I don't think he is using (le...
- Jesse Phillips (2/15) Apr 14 2011 Walter has dropped the idea of endorsing a GUI/any library. There was on...
- Walter Bright (2/5) Apr 14 2011 I'm not making that mistake again!
- Jacob Carlborg (4/10) Apr 15 2011 Just for the record, it's in development and now supports D2.
- Walter Bright (2/3) Apr 15 2011 That's most excellent!
- Jacob Carlborg (4/19) Apr 14 2011 It's in development again now. I just announced that it now supports D2.
- Jesse Phillips (2/6) Apr 14 2011 Yes, I shouldn't have left it sounding as though DWT has died. However i...
- David Wang (13/20) Apr 15 2011 ------------------------------------------------------------
- Daniel Gibson (19/53) Apr 15 2011 Probably the DWT developer(s) didn't have time or weren't motivated
- Jacob Carlborg (4/30) Apr 15 2011 --
Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.
Apr 14 2011
On Thu, 14 Apr 2011 17:39:32 +0400, David Wang <osx.david live.com> wrote:Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter is working on a reference compiler, I don't think he is using (let alone developing) any GUI library. That should be a community effort. That said, there are bindings for Gtk+ 2.xx and Qt (called GtkD and QtD respectively) as well as a DWT (which is a port of SWT library).
Apr 14 2011
David Wang Wrote:Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here.
Apr 14 2011
On 4/14/2011 7:31 AM, Jesse Phillips wrote:Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here.I'm not making that mistake again!
Apr 14 2011
On 2011-04-14 20:59, Walter Bright wrote:On 4/14/2011 7:31 AM, Jesse Phillips wrote:Just for the record, it's in development and now supports D2. -- /Jacob CarlborgWalter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here.I'm not making that mistake again!
Apr 15 2011
On 4/15/2011 7:20 AM, Jacob Carlborg wrote:Just for the record, it's in development and now supports D2.That's most excellent!
Apr 15 2011
On 2011-04-14 16:31, Jesse Phillips wrote:David Wang Wrote:It's in development again now. I just announced that it now supports D2. -- /Jacob CarlborgDear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here.
Apr 14 2011
Jacob Carlborg Wrote:It's in development again now. I just announced that it now supports D2. -- /Jacob CarlborgYes, I shouldn't have left it sounding as though DWT has died. However it was picked up a year or two later and was completely done from scratch.
Apr 14 2011
------------------------------------------------------------ == Forward by Jesse Phillips (jessekphillips+D gmail.com) == Posted at 2011/04/14 10:31 to digitalmars.D David Wang Wrote:Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here. ------------------------------------------------------------ Why stopped ? What's the causation ? Or the D community and Walter himself considering other library(s)? (If DWT be choosen as the official GUI library, I would like to start to learn it.) Best regards. David.
Apr 15 2011
Am 15.04.2011 15:13, schrieb David Wang:------------------------------------------------------------ == Forward by Jesse Phillips (jessekphillips+D gmail.com) == Posted at 2011/04/14 10:31 to digitalmars.D David Wang Wrote:Probably the DWT developer(s) didn't have time or weren't motivated anymore. I don't know. These things can always happen with software being developed by volunteers in their free time.Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here. ------------------------------------------------------------ Why stopped ? What's the causation ?Or the D community and Walter himself considering other library(s)? (If DWT be choosen as the official GUI library, I would like to start to learn it.) Best regards. David.There is no official library and there most probably will never be one (at least in the foreseeable future). For an official library it'd make sense to be part of Phobos - but this isn't possible for any existing library that I know of because of licensing issues. Even if not part of Phobos, the official library would need a *guarantee* to be maintained in the future. That means that either Walter would have to do that himself (he certainly won't, he has other stuff to do) or pay people to do it (which I also find very unlikely). Promoting some GUI lib as official that may be abandoned by its developers any time would just be bad for D's image. So you have to use one of the existing libraries and hope that its developers keep maintaining it. Cheers, - Daniel
Apr 15 2011
On 2011-04-15 15:13, David Wang wrote:------------------------------------------------------------ == Forward by Jesse Phillips (jessekphillips+D gmail.com) == Posted at 2011/04/14 10:31 to digitalmars.D David Wang Wrote:DWT is in development again.Dear Walter Bright, I would like to know that what GUI library you would like to use for D Language ? Have you ever considered the GTK+ 3.0? or other library? or you will produce a new D library of GUI? wainting for your kindly feedback. Best regards. David.Walter has dropped the idea of endorsing a GUI/any library. There was once a statement that DWT was the official library for D, development promptly stopped afterwards. Not trying to claim there was causation here. ------------------------------------------------------------ Why stopped ? What's the causation ?Or the D community and Walter himself considering other library(s)? (If DWT be choosen as the official GUI library, I would like to start to learn it.) Best regards. David.-- /Jacob Carlborg
Apr 15 2011