On 2014-10-17 18:34, K.K. wrote:
I'm looking for suggestions for a GUI library, to create a somewhat light GUI that can also be created without too much fuss, and support for Windows & Linux.
Have a look at DWT [1]. It's basically the only D GUI framework that doesn't have any dependencies except for system libraries.
[1] https://github.com/d-widget-toolkit/dwt -- /Jacob Carlborg
