On Monday, 18 February 2013 at 15:05:03 UTC, Roy Obena wrote:
The closest thing to WPF that you can use in D is QML/QtD.
So why not support QML/QtD?
Overhead in api bindings.
Wpf and its data banding system are intented for MVVM pattern.
It's have own + and -.
It's more realistic to build a js-like runtime and widgets
runtime, for example, based on something native like dwt gui.
In opensource we have: qml, fluid, glade for C/C++. So it's
possible in D ;)
But also a lot of design pattern are additionaly available.