== Quote from Andrej Mitrovic ([email protected])'s article > On 1/2/11, Nick Sabalausky <[email protected]> wrote: > > I have been avoiding doing GUI work because I'm not quite sure how far along > > QtD is, and the other D GUI libs aren't really suitable for me various > > reasons. > > > FWIW gtkD seems to work fine on D2 (but I've only tried a few small > samples). It seems to be one of the few multiplatform GUI libs that > works with D2. DFL works, and it has a GUI designer which is pretty > cool. But it's Windows only. > But yeah, ultimately I'd want to use Qt as well. I used Qt for a while > with Python, it was so damn easy to build some GUI apps that look & > behave nice.
As far as I'm aware, gtkD is not 64bit-ready. A lot of the code (or so I've come to assume from some comments made in IRC yesterday) assumes that sizeof .length is 4 (as is on 32bits). I've also ran into one or two bugs using gtkD applications with more recent gtk releases. Some deadlocks when performing one or two actions.
