On Wednesday, 26 April 2017 at 19:07:22 UTC, bachmeier wrote:
On Wednesday, 26 April 2017 at 17:06:52 UTC, krylon wrote:
[...]
Welcome to the D community.
[...]
You can call C libraries directly. I'd suggest trying dstep on
the header files as a first step.
https://github.com/jacob-carlborg/dstep
These resources might help:
https://wiki.dlang.org/Bind_D_to_C
http://dlang.org/spec/interfaceToC.html
You only need to write a binding for functions that you
actually want to call, which might explain why nobody has made
bindings available.
Thank you! I will look into that!