How to build GUI-based applications in D ?

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 1 02:44:48 PDT 2017


ashit wrote:

> what is the simplest library to create gui applications in D?
> i want to create gui applications but couldnt configure the tools so far.
> i tried to install DFL several times, but it shows some errors while 
> installing (that bold red lables showing : depreacated, depreacated, ... )
>
> i dont need to build something advanced or so, only that common and 
> simple elements like: buttons, labels, textboxs, ...
>
> i really like D's syntax (C, C++, C#), but i have nothing to do with 
> command line.
> the good thing about C# (& WPF) is: double click on installer, start 
> design your app.

Adam Ruppe has minigui in his arsd[0] repo. and minigui_xml to make 
interface creation easier. it is not really well-documented yet, tho, so 
you will prolly have to figure some things on your own.

[0] https://github.com/adamdruppe/arsd


More information about the Digitalmars-d-learn mailing list