GUI libraries
Chris
wendlec at tcd.ie
Thu Nov 28 04:13:41 PST 2013
On Thursday, 28 November 2013 at 12:05:09 UTC, Jacob Carlborg
wrote:
> On 2013-11-28 11:12, Chris wrote:
>
>> +1 GtkD & Glade (UI builder) are very good (http://gtkd.org/).
>> Hopefully
>> one day we will have our own pure D GUI toolkit.
>
> DWT is a pure D GUI toolkit.
What I meant was no bindings to native widgets or other toolkits.
DWT (like SWT) uses the native widgets and needs an interface. I
was thinking of a toolkit where everything is provided by D and
done in D without any reference to native frameworks (Cocoa etc.).
More information about the Digitalmars-d
mailing list