4

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.)

David Given
  • 13,277
  • 9
  • 76
  • 123
  • 3
    Gnome 3 is a rather new release. D is a rather small community. So no, bindings do not exist at this time. – he_the_great Jun 02 '11 at 23:50
  • I have actually had a look at doing it myself --- using XSLT to transform the .gir files into source code doesn't look hard. Unfortunately it would seem that the D compiler that's in Debian is only D 1.0, so it's not really worth doing... If you rephrase your comment as an answer, I'll accept it. Ta. – David Given Jun 04 '11 at 10:26

1 Answers1

0

So it would appear that there aren't any.

David Given
  • 13,277
  • 9
  • 76
  • 123