"%u" <f...@bar.com> wrote in message news:j7k3c7$25jg$1...@digitalmars.com... > > Finally, is gtkD the way to go when it comes to learning gui with > D? Which gui is the most popular with D? Which one has a future? > And which is the easiest to learn? >
IMO, GTK itself (ie, not just gtkD) is terrbile from an end-user standpoint (ie, garbage non-native controls), so I try to recommend against it. I haven't really done any GUI stuff in D, so I can't really recommend anything in particular, but the ones I would look at are wxD (wxWidgets), DWT (SWT) and maybe qtD (Qt).