Favorite GUI library?

Thomas Brix Larsen brix at brix-verden.dk
Tue Apr 24 14:30:07 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
>
> Although quite a cool library, my biggest issue with DlangUI 
> was that it was a little mind-bending at times to keep track of 
> multiple widgets that view/modify the same data without 
> screwing things up. I saw QtE5 recently and have been thinking 
> about trying it out.
>
> What do you all recommend? Thanks!

I'd recommend dqml[1] or full Qt using Calypso[2] instead of 
QtE5. I'm currently using dqml in a project and it is working out 
great.

[1]: https://github.com/filcuc/dqml
[2]: https://github.com/Syniurge/Calypso



More information about the Digitalmars-d mailing list