Gui framework

Jacob Carlborg doob at me.com
Wed Aug 1 17:09:27 UTC 2018


On 2018-08-01 17:28, 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)

DWT [1] works well in Windows, have a native look and feel but as far as 
themeing and customization it's a bit limited. It's a port of the Java 
library SWT, so all tutorials and documentation for SWT applies to DWT 
as well.

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

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list