www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - GtkD now works on my Mac!

reply Joel <joelcnz gmail.com> writes:
My laptop is macOS 15.7.1 Intel Core

Problems are:
The link to the tutorials I used in the past get redirected to an 
unrelated web site. (Ron Tarrant he was giving me help too)

And I can't seem to work out basic stuff from my old code. I got 
a program working with Facebook Messenger, but that was too 
simple (hello world).

GtkD seems to be forgotten about.
Oct 25
parent reply Sergey <kornburn yandex.ru> writes:
On Sunday, 26 October 2025 at 06:50:53 UTC, Joel wrote:
 My laptop is macOS 15.7.1 Intel Core

 Problems are:
 The link to the tutorials I used in the past get redirected to 
 an unrelated web site. (Ron Tarrant he was giving me help too)

 And I can't seem to work out basic stuff from my old code. I 
 got a program working with Facebook Messenger, but that was too 
 simple (hello world).

 GtkD seems to be forgotten about.
Original GtkD news were mentioned in this post: https://forum.dlang.org/post/ftaslochmtqvredavqkp forum.dlang.org Also you may consider to try newer package `giD`, which supports both Gtk3 and Gtk4 https://code.dlang.org/packages/gid-gtk4-examples
Oct 26
next sibling parent Joel <joelcnz gmail.com> writes:
On Sunday, 26 October 2025 at 08:26:22 UTC, Sergey wrote:
 On Sunday, 26 October 2025 at 06:50:53 UTC, Joel wrote:
 My laptop is macOS 15.7.1 Intel Core

 Problems are:
 The link to the tutorials I used in the past get redirected to 
 an unrelated web site. (Ron Tarrant he was giving me help too)

 And I can't seem to work out basic stuff from my old code. I 
 got a program working with Facebook Messenger, but that was 
 too simple (hello world).

 GtkD seems to be forgotten about.
Original GtkD news were mentioned in this post: https://forum.dlang.org/post/ftaslochmtqvredavqkp forum.dlang.org Also you may consider to try newer package `giD`, which supports both Gtk3 and Gtk4 https://code.dlang.org/packages/gid-gtk4-examples
giD examples doesn't mention installing on macOS. I had a go anyway: but get an error about a file that long and messy in /var/folders that says Permission denied.
Oct 26
prev sibling parent Dejan Lekic <dejan.lekic gmail.com> writes:
On Sunday, 26 October 2025 at 08:26:22 UTC, Sergey wrote:
 Also you may consider to try newer package `giD`, which 
 supports both Gtk3 and Gtk4
 https://code.dlang.org/packages/gid-gtk4-examples
There are additional giD examples in my CodeBerg repository: https://codeberg.org/dejan/gid-examples It contains basic GtkSource, VTE3, RSvg2, Soup, Adwaita, GGPlotD examples. If you have any giD questions you can either come to the giD discord ( https://discord.gg/SxJQkrcBs2 ), or ask on https://github.com/Kymorphia/gid/discussions .
Oct 26