jhass / crystal-gobject

gobject-introspection for Crystal
BSD 3-Clause "New" or "Revised" License
127 stars 13 forks source link

GTK 4 support #87

Open gavr123456789 opened 3 years ago

gavr123456789 commented 3 years ago

Is there plans for GTK 4 support?

jhass commented 3 years ago

It might be time to extract Gtk specific overrides into its own shard or that is do one for 3 and one for 4. Contributions welcome.

See #35 / 31a2e70ac06f8481c6f21353674fac8cefbbc110

rubyFeedback commented 2 years ago

ruby also doesn't quite have ruby-gtk4 support yet either; I could not even get the hello world example to work ... :\ (ruby-gtk3 works fine as-is; I am even re-using my CSS across ruby-gtk applications and web-related stuff).

Oddly enough I was able to compile gtk4 on windows (!) using msys2 some time ago, so I now declare a race: ruby versus crystal. Which one of these two is going to have bindings for gtk4 that work on windows as-is first? Taking bets now!

JeysonFlores commented 2 years ago

It's december of 2021 now, What's the state of Gtk4 support on this bindings?

hugopl commented 2 years ago

Unfortunately nobody is paid to work on this, but do so on their free time and when in the mood to do so, so don't expect things to be ready when you want unless you start contributing to the project with code or maybe money.

I started another GTK4 shard mid this year (2021), but I got busy with other things in the last months and didn't have the extra time to work more on it, but if you are interested: https://github.com/hugopl/gtk4.cr/blob/master/examples

However don't expect the shard to be mature at all.