On Tuesday, 1 August 2017 at 14:57:50 UTC, JamesD wrote:
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


thank you James

i should try that.
i was always enjoy the pure and efficiency of C. that made me stubborn to learn java. but now, as i look behind i know i was wrong. (that caused i miss android).
i need to rethink my strategy.

but instead of that C brought me to the MCU's world.

Reply via email to