Current state of GUI's

CraigDillabaugh via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 3 07:16:17 PDT 2015


On Thursday, 3 September 2015 at 13:21:45 UTC, motaito wrote:
> On Thursday, 3 September 2015 at 12:51:18 UTC, CraigDillabaugh 
> wrote:
>>
>> Not sure of its current state, but you should check out 
>> DOtherSide:
>>
>> https://github.com/filcuc/DOtherSide
>
> Thanks for the link. I will take a closer look at it. But does 
> this also mean, that there is no "built in" GUI solution for D?

No there is no standard D GUI.  There are lots of efforts by 
different
community members like DWT 
(https://github.com/d-widget-toolkit/dwt). I
pointed you to DOtherSide because of all the GUI's I've heard of 
it
seemed the closest to what you are looking for.  I think DWT is 
the
most complete of the D GUI libraries available though.

I think part of the issues is that there is no strong consensus
in the community as to what form a D GUI would take, through there
is certainly a lot of discussion.


More information about the Digitalmars-d mailing list