gtkD problems and general gui question.
    Nick Sabalausky 
    a at a.a
       
    Mon Oct 24 02:23:27 PDT 2011
    
    
  
"%u" <foo at bar.com> wrote in message news:j7k3c7$25jg$1 at 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).
    
    
More information about the Digitalmars-d-learn
mailing list