GUI === How would you do a cross-platform GUI in D? There is `DWT `_, a pure D framework, which ports the Java SWT API. Then there are bindings to other frameworks like `GTK+ `_ or `Qt `_. .. seealso:: `Getting Started with Gtkd `_