The Current Status of DQt

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue May 6 23:40:50 PDT 2014


On 07/05/14 01:05, Etienne wrote:

> I've just started using tkd and the memory usage is 3.4MB on windows for
> a Hello World.
>
> It requires a lot of tcl/tk source files (900 files) and 2 dlls, but I
> think a workaround can be found for them to be packed in an in-place
> unpacker app by compiling on top of it (I'm looking into this right
> now). It would be good to have an application that know what to trim out
> too. The zipped size of a tkd application is 3 MB.
>
> It's very simple to use, it implements a lot of the D idioms and, most
> of all, it's stable. I appreciate the effort very much!

Have you tried DWT [1]? It has no dependencies except for the system 
libraries. Although, it will generate quite large binaries. But I don't 
think they'll grow that much when adding new functionality.

[1] https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list