Favorite GUI library?
Jesse Phillips
Jesse.K.Phillips+D at gmail.com
Tue Apr 24 18:26:26 UTC 2018
On Monday, 23 April 2018 at 06:12:33 UTC, TheGag96 wrote:
> Heya guys. For my projects that use a GUI library, I've tried
> both tkd and DlangUI. Both I feel have their drawbacks, and I'd
> like to know if any of you are using anything you find better.
> In my case, my ideal choice would be:
>
> - Nice bindings/API, friendly to idiomatic D
> - Cross platform
> - Can compile to a standalone binary (no shared libraries or
> extra files)
> - Reasonably efficient
> - Support for a good amount of well-working widgets
I can't say I've seen a library which meets your ideal but I
still find DWT my favorite; not that I'm well verse in GUI
libraries.
I think this is a fair statement about SWT (what DWT is based
on). SWT provides the basics for graphical interfaces it doesn't
try to do things for you. The JFace library is intended to
provide a little more help, but I don't think it has made it over
to D yet.
More information about the Digitalmars-d
mailing list