October 30, 2018
On Tuesday, 30 October 2018 at 04:22:21 UTC, helxi wrote:
> On Sunday, 13 March 2016 at 19:28:57 UTC, karabuta wrote:
> https://gitlab.com/9898287/gtkdnotes

Oh Wow! That's really nice. Thanks for putting this together! Much appreciated.
October 30, 2018
On Sunday, 13 March 2016 at 19:28:57 UTC, karabuta wrote:
> Gtk3 from python3 has got I nice book with examples that are not so advanced but enough to get you doing real work(from a beginner point of view). GtkD seem to have changed the API structure compared to python3 Gtk3 and the demo examples just "show-off" IMO :). The documentation is really^ not good :)
>
> Any help on where I can get better leaning materials(GtkD)? Repo, blogs post, etc please

I will avoid using GTK for large projects. If can be used for simple things and you can automate a lot of acts(and use glade for UI design)... but it has some problems that will bite you in the long run.

I'd just jump in to it, it's not too hard but hard to find the correct information. It will be a time investment of a few months.

Might try nuklearD first. Seems to be better in many aspects.
November 01, 2018
On Tuesday, 30 October 2018 at 14:38:53 UTC, Michelle Long wrote:
> On Sunday, 13 March 2016 at 19:28:57 UTC, karabuta wrote:
>> Gtk3 from python3 has got I nice book with examples that are not so advanced but enough to get you doing real work(from a beginner point of view). GtkD seem to have changed the API structure compared to python3 Gtk3 and the demo examples just "show-off" IMO :). The documentation is really^ not good :)
>>
>> Any help on where I can get better leaning materials(GtkD)? Repo, blogs post, etc please
>
> I will avoid using GTK for large projects. If can be used for simple things and you can automate a lot of acts(and use glade for UI design)... but it has some problems that will bite you in the long run.

Why is that, if I may ask? Is it the licensing concerns?

> I'd just jump in to it, it's not too hard but hard to find the correct information. It will be a time investment of a few months.
>
> Might try nuklearD first. Seems to be better in many aspects.

I believe the gtk stack is very comprehensive. It integrates to Linux desktops fairly well. Has nice power management rules, support for appID, and many widgets.
November 01, 2018
On Thu, 2018-11-01 at 03:46 +0000, helxi via Digitalmars-d-learn wrote: […]
> 
> Why is that, if I may ask? Is it the licensing concerns?
> 

As with any programming language or framework, the biggest driver of opinion tends to be the personal prejudices of those who shout loudest and longest.

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk



December 23, 2018
On Tuesday, 30 October 2018 at 04:22:21 UTC, helxi wrote:
> On Sunday, 13 March 2016 at 19:28:57 UTC, karabuta wrote:
>> Gtk3 from python3 has got I nice book with examples that are not so advanced but enough to get you doing real work(from a beginner point of view). GtkD seem to have changed the API structure compared to python3 Gtk3 and the demo examples just "show-off" IMO :). The documentation is really^ not good :)
>>
>> Any help on where I can get better leaning materials(GtkD)? Repo, blogs post, etc please
>
> Sorry for the shameless self plug, and I know it's already too late. I have been working on porting some of the pygtk examples to GtkD and covered almost the half of it. For anyone who is reading this thread please check out the repo I mention bellow. For experienced users of GtkD, please leave your PRs and suggestions.
>
>
> https://gitlab.com/9898287/gtkdnotes

So you know your posts weren't in vain, I've been struggling with one of the fundamentals of signals and buttons for the last three days and your notes got me out of the mire. Thanks, helxi.
1 2
Next ›   Last »