GUI development

Ferhat Kurtulmuş aferust at gmail.com
Mon Sep 21 09:10:49 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!

Gtkd would be the closest thing to "drag and drop", if you use 
the glade designer to create your guis.

Gtkd is maintained and mature. Gtk+ can be used for commercial 
purposes.

https://gtkd.org/
https://stackoverflow.com/questions/32516092/how-to-show-hello-world-with-glade-gtkd-and-the-d-programming-language

Those are some helpers to associate .glade files with d classes.
https://github.com/burner/gladeD
https://github.com/aferust/makegtkdclass



More information about the Digitalmars-d mailing list