XCB Bindings?
Marco Leise via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 15 16:29:50 PDT 2014
Am Tue, 15 Apr 2014 22:38:48 +0000
schrieb "Jeroen Bollen" <jbinero at gmail.com>:
> Does anyone know of any (preferably complete) XCB bindings for D?
2 of the 2 people I know who looked into this decided that D
bindings for C bindings for X is a silly exercise, since these
C bindings are 95% generated automatically from XML files and
there is no reason why that generator couldn't be adapted to
directly output D code to create a "XDB".
The remaining 5% (mostly login and X server connection
handling) that have to be written manually never got
implemented though :p
--
Marco
More information about the Digitalmars-d
mailing list