Thread overview
GUI development libraries in D?
Sep 25, 2012
Matthew Turner
Sep 25, 2012
Jordi Sayol
Sep 26, 2012
Jacob Carlborg
Sep 26, 2012
Jesse Phillips
Sep 26, 2012
Gary Willoughby
September 25, 2012
Hello,

I'm wondering if there is any library for making a GUI with D.  If not, what would you recommend for that?  Could I just use c++ libraries?

Thank you,
Matt
September 25, 2012
Al 25/09/12 23:52, En/na Matthew Turner ha escrit:
> Hello,
> 
> I'm wondering if there is any library for making a GUI with D.  If not, what would you recommend for that?  Could I just use c++ libraries?
> 

https://github.com/gtkd-developers/GtkD

-- 
Jordi Sayol
September 26, 2012
On 2012-09-25 23:52, Matthew Turner wrote:
> Hello,
>
> I'm wondering if there is any library for making a GUI with D. If not,
> what would you recommend for that?  Could I just use c++ libraries?

https://github.com/d-widget-toolkit/dwt

I think using C++ libraries would be quite hard and limited.

-- 
/Jacob Carlborg
September 26, 2012
On Tuesday, 25 September 2012 at 21:51:40 UTC, Matthew Turner wrote:
> Hello,
>
> I'm wondering if there is any library for making a GUI with D.  If not, what would you recommend for that?  Could I just use c++ libraries?
>
> Thank you,
> Matt

http://www.prowiki.org/wiki4d/wiki.cgi?GuiLibraries

Sorry it seems abrupt but that is where the information resides.
September 26, 2012
On Tuesday, 25 September 2012 at 21:51:40 UTC, Matthew Turner wrote:
> Hello,
>
> I'm wondering if there is any library for making a GUI with D.  If not, what would you recommend for that?  Could I just use c++ libraries?
>
> Thank you,
> Matt

GtkD is probably your best bet. I wrote a blog post here on how to get things working on Windows and Linux:

http://kalekold.net/index.php?post=17

I guess now that GtkD has been updated to support Gtk3 things will be slightly different?