How to build GUI-based applications in D ?

JamesD via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 1 07:57:50 PDT 2017


On Tuesday, 1 August 2017 at 09:31:32 UTC, 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.
[snip]

I recommend you check out the D widget toolkit (DWT).
DWT is a library for creating cross-platform GUI applications.
It's a port of the SWT Java library from Eclipse.

The key advantages of DWT are;

1. Extensive API and examples from SWT that can be searched with 
your Browser
2. Statically linked (don't need an external DLL)
3. Easy to learn and use

Here is the dub package for DWT:
https://code.dlang.org/packages/dwtlib

See more features in the DWT forum:
https://forum.dlang.org/group/dwt

Here are the various GUIs for the D language:
https://wiki.dlang.org/GUI_Libraries








More information about the Digitalmars-d-learn mailing list