What are GUI builder options for D?

JN 666total at wp.pl
Thu May 28 20:35:52 UTC 2020


On Thursday, 28 May 2020 at 19:38:25 UTC, Jack J. wrote:
> drag-and-drop GUI builder, similar to Qt/visual studio (C#'s 
> GUI designer). What are the options for D?

You can use Glade (https://glade.gnome.org/) to drag and drop 
your GUI and then import it to a GtkD project (https://gtkd.org/).

There used to be a GUI designer for D named Entice Designer, but 
it is very old (from D1 times) and not supported to my knowledge.

Alternatively, you can make your GUI in another language (e.g. 
Java with JavaFX) and call the D functions from there, although 
it won't be a very convenient option.


More information about the Digitalmars-d mailing list