On Tuesday, 13 August 2013 at 14:10:24 UTC, Paul Z. Barsan wrote:
On Tuesday, 13 August 2013 at 13:32:04 UTC, Tobias Pankrath wrote:
I'd bet on QtD.

QtD provides language bindings just like GtkD or wxD. Qt as a framework is a mammoth. It provides support for networking, threads and even has wrappers for basic types such as QString. Phobos already provides support for this sort of things.

clip

Qt is modular. I would assume a qtD would only need to support
QtCore and QtGui (those are pretty big though), but you still
shouldn't need to support all of the Qt Framework (XML,
Networking, QtConcurrent, etc.).

Craig

Reply via email to