gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Add GTK4 bindings #289

Closed baedert closed 3 years ago

baedert commented 4 years ago

GTK4 is not released yet and API/ABI breaks still happen but I think it's a good idea to create bindings for it so people can use D for writing modern GTK applications. There are of course no stability guarantees for the bindings either.

Changes up for discussion.

TheWeirdDev commented 3 years ago

Now that GTK4.0 is released, are we going to have gtkd bindings for it? I'd like to start porting my apps to Gtk4.

baedert commented 3 years ago

I didn't really keep up with this so if somebody else wants to add gtk4 bindings, feel free.

MikeWey commented 3 years ago

The gtk4 branch of GtkD is based on a gtk4 binding, but still a work in progress.