www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - GUI development libraries in D?

reply "Matthew Turner" <mturner economicmodeling.com> writes:
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
Sep 25 2012
next sibling parent Jordi Sayol <g.sayol yahoo.es> writes:
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
Sep 25 2012
prev sibling next sibling parent Jacob Carlborg <doob me.com> writes:
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
Sep 25 2012
prev sibling next sibling parent "Jesse Phillips" <Jessekphillips+D gmail.com> writes:
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.
Sep 26 2012
prev sibling parent "Gary Willoughby" <dev kalekold.net> writes:
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?
Sep 26 2012