D Binding tool

Is there a tool to automatically create D bindings from C headers? I had some problems with D wrappers on github, and it would be great if the tool did all the manual work for me and also assured that my bindings were updated.

+5
source share
3 answers

There is also dstep Jacob Karlborg who uses LLVM to provide header conversion.

+5
source

htod can be found on the dlang website

+2
source

All Articles