Thread overview
GtkD 3.7.0 released, GTK+ with D.
Oct 15, 2017
Mike Wey
Oct 15, 2017
lobo
Oct 16, 2017
Antonio Corbi
Dec 02, 2017
helxi
Dec 05, 2017
aberba
Dec 06, 2017
helxi
October 15, 2017
GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.

Apart form the biannual update to the latest glib/gtk version, this release adds bindings for Gstreamer Mpegts and Gstreamer AppSink.

Full changelog: http://gtkd.org/changelog.html
Download: http://gtkd.org/Downloads/sources/GtkD-3.7.0.zip

-- 
Mike Wey
October 15, 2017
On Sunday, 15 October 2017 at 20:18:37 UTC, Mike Wey wrote:
> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.
>
> Apart form the biannual update to the latest glib/gtk version, this release adds bindings for Gstreamer Mpegts and Gstreamer AppSink.
>
> Full changelog: http://gtkd.org/changelog.html
> Download: http://gtkd.org/Downloads/sources/GtkD-3.7.0.zip

Thanks a lot for maintaining this project, we use this more and more for internal tooling and some desktop based client facing applications.

bye,
lobo
October 16, 2017
On Sunday, 15 October 2017 at 20:18:37 UTC, Mike Wey wrote:
> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.
>
> Apart form the biannual update to the latest glib/gtk version, this release adds bindings for Gstreamer Mpegts and Gstreamer AppSink.
>
> Full changelog: http://gtkd.org/changelog.html
> Download: http://gtkd.org/Downloads/sources/GtkD-3.7.0.zip

Thank's for your work in this project and your always kind help in its forum.

Antonio.
December 02, 2017
On Sunday, 15 October 2017 at 20:18:37 UTC, Mike Wey wrote:
> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license.
>
> Apart form the biannual update to the latest glib/gtk version, this release adds bindings for Gstreamer Mpegts and Gstreamer AppSink.
>
> Full changelog: http://gtkd.org/changelog.html
> Download: http://gtkd.org/Downloads/sources/GtkD-3.7.0.zip

I highly appreciate that the project is being actively maintained but I want to express my concern.

It would be really nice if there was an easy tutorial for the library. At this moment, all we got is a documentation page that drops you in gtkdialog page. It's almost like a solid blackbox, especially for people that are not familiar with developing GUI.

There is a tutorial out there but it looks unfinished, slightly outdated and most importantly the installation instruction of gtkd is for only windows and doesn't make use of dub.


I wish there was a nice and up to date tutorial like https://mmstick.github.io/gtkrs-tutorials/



December 05, 2017
On Saturday, 2 December 2017 at 08:17:24 UTC, helxi wrote:
> On Sunday, 15 October 2017 at 20:18:37 UTC, Mike Wey wrote:
>> [...]
>
> I highly appreciate that the project is being actively maintained but I want to express my concern.
>
> It would be really nice if there was an easy tutorial for the library. At this moment, all we got is a documentation page that drops you in gtkdialog page. It's almost like a solid blackbox, especially for people that are not familiar with developing GUI.
>
> There is a tutorial out there but it looks unfinished, slightly outdated and most importantly the installation instruction of gtkd is for only windows and doesn't make use of dub.
>
>
> I wish there was a nice and up to date tutorial like https://mmstick.github.io/gtkrs-tutorials/

I wanted to do this using some examples I have whilst learning it.
Its at the bottom of my list of things I love to do. its not difficult though.  It's quite close to the C# and Vala bindings
December 06, 2017
On Tuesday, 5 December 2017 at 18:38:06 UTC, aberba wrote:
> On Saturday, 2 December 2017 at 08:17:24 UTC, helxi wrote:
>> [...]
>
> I wanted to do this using some examples I have whilst learning it.
> Its at the bottom of my list of things I love to do. its not difficult though.  It's quite close to the C# and Vala bindings

If you are doing so, may I suggest you like to publish it in ways that others can help you by contributing to the tutorial? Something like gitbook. It would be great for the community.