Recommended GUI library?

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 17 10:10:18 PDT 2014


On Friday, 17 October 2014 at 16:34:04 UTC, 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.
>
> The GUI I'm looking to make would be one that is just one 
> window,
> with support for tabs (just like the ones in the properties page
> for items on Windows), and support for opening up file browsing
> (just normal system one is good).
> Then pretty much each of the tabs are just gonna be for setting
> up info to send to a bunch of smaller programs.
>
> Ive used Tcl/Tk with Python before, and I briefly tried out a D
> version, with choppy results.
> So what library would anyone suggest for what I'm looking to do,
> or which library have you taken a liking to?
>
> Thanks, for any suggestions!

If you want something small and simple you could try this:

https://github.com/nomad-software/tkd


More information about the Digitalmars-d-learn mailing list