Open victorsndvg opened 4 years ago
There is also https://github.com/analytech-solutions/CBindingGen.jl you should check out. It is still somewhat WIP, but would give you another option.
There is also https://github.com/analytech-solutions/CBindingGen.jl you should check out. It is still somewhat WIP, but would give you another option.
Thanks @krrutkow !!! We will certainly take a look at it.
We are using Clang.jl to automate the conversion of p4est headers to Julia bindings. It wraps functions and structs, but some structs are skipped.
Manually wrapping some complex C-structs and C-unions can be non-straightforward, so we need to investigate how to do it correctly.
I was looking for some information in this direction. Links below can be interesting in order to understand how to deal with this issue:
In general, we and these links are in the same direction. But i need a deepest read.
In addition 2 interesting resources to perform alternative implementations: