GUI development

Jacob Carlborg doob at me.com
Mon Sep 21 14:46:10 UTC 2020


On Monday, 21 September 2020 at 08:39:44 UTC, Imperatorn wrote:
> What is the easiest way to create GUI applications in D?
> Like drag n drop style? IDE support?
>
> (We're using Windows 10 in our organization, so a 
> Windows-friendly solution would be nice)
>
> Thanks!

DWT [1] works on Windows and Linux. It uses the native drawing 
operations of the platform. It will have the same look and feel 
as designed for the platform. On Linux it uses GTK. It does not 
have a GUI builder application.

[1] https://github.com/d-widget-toolkit/dwt

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list