Re: GUI library for DMD 2.090 or DMD 2.091

2020-04-24 Thread Phrozen via Digitalmars-d-learn

On Friday, 24 April 2020 at 14:13:25 UTC, Adam D. Ruppe wrote:

On Friday, 24 April 2020 at 13:45:22 UTC, Phrozen wrote:

[...]


This sounds easy with my minigui.d. My library doesn't have a 
lot of features, no fancy graphics, and layout can be a bit 
clunky... but check out this code:


[...]


@Adam D. Ruppe, your idea is great, especially for small and 
unpretentious applications! Very good work, man!


@Basile B., thanks for the suggestion. I'll try this library too.

Thank you both, guys!
Be healthy!


GUI library for DMD 2.090 or DMD 2.091

2020-04-24 Thread Phrozen via Digitalmars-d-learn
I'm too new to DLang and I have a lot to learn. Probably that's 
why I have a lot of difficulties. Has anyone tried using a GUI 
library to the latest DMD 2.090 or DMD 2.091? I plan to use this 
language for a specific Thermal calculator application for 
Windows, but for two days I've been struggling with dub and 
elementary examples in GUI libraries. I need something simple - a 
modal window with 3 buttons and a two text boxes. So far I have 
tested DWT, TKD, DFL, dlangui without success.
Can anyone help me with advice or some more recent tutorial. 
Thank you!