Gui framework

Andre Pany andre at s-e-a-p.de
Wed Aug 1 17:24:23 UTC 2018


On Wednesday, 1 August 2018 at 15:28:32 UTC, Greatsam4sure wrote:
> Please help me recommend a gui toolkit for dlang,  that has the 
> following
> * work well on windows
> *look native on windows
> *support css styling like adobe flex
>  spark toolkit and javafx
> *Support theming and skinning
> *support custom chrome. That is easily
>  customizable.
> *Integrate well with dlang.
> *Has fairly OK tutorials
>
> I will appreciate your help(s)

You could look at Delta. It is a bridge between Delphi and D. 
That means you can design your application visually in Delphi RAD 
Studio using the great UI toolkit Firemonkey. But every line of 
code is written in D. It combines the best of 2 worlds. 
Embarcadero released a community version of Delphi some weeks ago.

https://github.com/andre2007/delta-core-10-2-1

Kind regards
Andre



More information about the Digitalmars-d-learn mailing list