Can i watch folders/files for changes with D language?

Jacob Carlborg doob at me.com
Wed Oct 10 08:34:15 UTC 2018


On 2018-10-09 19:20, Ephrahim wrote:

> I intend to make this a command line tool for a start, but i'll need a 
> GUI sooner or later. So i also need help pointing me to the best 
> available GUI library D has.

It's difficult to specifying a single best GUI library. But I'll mention 
DWT [1] [2]. It has a native look and feel and works on Windows and 
Linux (GTK).

[1] http://code.dlang.org/packages/dwt
[2] https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list