Thread overview
fast-compile GUI with DML-like markdown
October 09

Are there any modules or just development efforts to make some portable GUI with DML but with much more faster build?

Link stage of the dlangui looks too long, and it annoying comparing to the dmd flight speed.

October 10

On Monday, 9 October 2023 at 15:28:53 UTC, Dmitry Ponyatov wrote:

>

Are there any modules or just development efforts to make some portable GUI with DML but with much more faster build?

Link stage of the dlangui looks too long, and it annoying comparing to the dmd flight speed.

How long is too long?

October 10
>

How long is too long?

1-2 seconds of the whole compiling vs 6-12 seconds after Linking D stage on the helloWorld project

October 10

On Tuesday, 10 October 2023 at 06:38:24 UTC, Dmitry Ponyatov wrote:

> >

How long is too long?

1-2 seconds of the whole compiling vs 6-12 seconds after Linking D stage on the helloWorld project

Weird, is it also the same with other frameworks?