www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - GtkD 3.7.0 released, GTK+ with D.

reply Mike Wey <mike-wey example.com> writes:
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
Oct 15 2017
next sibling parent lobo <swamp.lobo gmail.com> writes:
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
Oct 15 2017
prev sibling next sibling parent Antonio Corbi <acorbi ggmail.xml> writes:
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.
Oct 16 2017
prev sibling parent reply helxi <brucewayneshit gmail.com> writes:
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/
Dec 02 2017
parent reply aberba <karabutaworld gmail.com> writes:
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
Dec 05 2017
parent helxi <brucewayneshit gmail.com> writes:
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
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.
Dec 06 2017