On Saturday, 28 January 2017 at 09:59:10 UTC, Rico Decho wrote:
I agree, one step at a time...Anyway, as I've never used D's type introspection and compile-time code generation, my options are quite limited at the moment :(
You shouldn't need any of that to create a binding to a C API. You can manually translate the headers or use a tool like DStep [1] to get you most of the way there.
[1] https://github.com/jacob-carlborg/dstep
