Any experience/advise with this? I was looking forward to create bindings with [Open Cascade](https://www.opencascade.com/doc/occt-7.3.0/overview/html/index.html) after the accumulated experience so far with a couple of projects. But I realized that it is C++ and it is huge, so bad starting point for me.
I'd like to do something like [pyOCCT](https://github.com/LaughlinResearch/pyOCCT) which seems to be based on [pybind11](https://github.com/pybind/pybind11) in order to perform the bindings. I don't think that I can follow a try/fail approach modifying the header for such a big project.
