Thread overview
GtkD RC1 is out.
Aug 03, 2008
Mike Wey
Aug 09, 2008
John Reimer
Aug 09, 2008
Moritz Warning
August 03, 2008
GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.

GtkD RC1 is now available, get it from dsource: http://www.dsource.org/projects/gtkd/

-- 
Mike Wey

August 09, 2008
Hello Mike,

> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
> license.
> 
> GtkD RC1 is now available, get it from dsource:
> http://www.dsource.org/projects/gtkd/


Just wanted to say "Thank you" for your dedicated work on gtkd, Mike.  You've certainly maintained the momentum of Antonio's original work.

You've been keeping at it regularly for awhile and it's steadily improving, stabilizing, and getting cleaned up.  I think Gtkd remains an important project, if not an amazing example of the most cross-platform, cross-("standard")-library, cross-compiler gui library available for D, right now. :)

Kudos!

-JJR


August 09, 2008
On Sat, 09 Aug 2008 16:51:34 +0000, John Reimer wrote:

> Hello Mike,
> 
>> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.
>> 
>> GtkD RC1 is now available, get it from dsource: http://www.dsource.org/projects/gtkd/
> 
> 
> Just wanted to say "Thank you" for your dedicated work on gtkd, Mike. You've certainly maintained the momentum of Antonio's original work.
> 
> You've been keeping at it regularly for awhile and it's steadily improving, stabilizing, and getting cleaned up.  I think Gtkd remains an important project, if not an amazing example of the most cross-platform, cross-("standard")-library, cross-compiler gui library available for D, right now. :)
> 
> Kudos!
> 
> -JJR

I second that.
Problems get fixed very fast and
example code get included shortly after request.

Thanks!
August 09, 2008
Mike Wey wrote:
> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
> license.
> 
> GtkD RC1 is now available, get it from dsource:
> http://www.dsource.org/projects/gtkd/
> 

Thought I'd say something too :)
Great release candidate, everything seems to be working well from my initial tests (mostly looking at examples), I'll definitely be using it in the future :)

Tomas