Does anyone know if there are bindings for the gobject family of librares (glib, Gnome, clutter, etc) available for the D language that use the GIR introspection mechanism?
I would like to write an app targeting GTK 3 and Clutter. Unfortunately, I can't seem to find them. Given that GIR should allow bindings to be generated automatically for all libraries that have introspection information available, this surprises me. Does such a thing actually exist? (One big drawback of D is that it's practically impossible to search for on Google...)
(Incidentally, I do know about gtkD, but that only targets GTK 2 and doesn't do Clutter.)
So it would appear that there aren't any.