favorite GUI lib for D
Bill Baxter
dnewsgroup at billbaxter.com
Sat Sep 15 23:58:47 PDT 2007
Bedros Hanounik wrote:
> what's the favorite GUI lib for D? I mean something that's still actively developed. I found few messages in the archive about D GUI libs, but it seems that those lib are obsolete.
OpenGL. :-)
But wxD is coming along.
and DFL seems to have a following.
I don't know of any others that are actively being worked on.
> another question, how much work needed to create D bindings for QT 4.2. ( assuming 32bit)
Truckloads. The best bet would probably be to look at what other
bindings are out there and see if anyone is doing it in a way that would
work for D too. For instance SWIG wrappers won't help D. But an
approach that involves creating an actual C API to wrap the library
will. For instance with wxD, the C-bindings to wxWidgets are shared by
D and the C# bindings.
Maybe the Qt bindings for C# are using the same wrap-with-C approach?
Found this: http://cougarpc.net/qyoto/
but I couldn't find any info about how they gen the bindings just that
"it's automatic".
--bb
More information about the Digitalmars-d
mailing list