pywrap icon indicating copy to clipboard operation
pywrap copied to clipboard

Using pywrap for non-OCP projects

Open mattparks opened this issue 1 year ago • 0 comments

Hello, I'd like to better understand if it would be possible to use this tool on other C++ projects.

  1. Could opencascade features (such as handle) be fully abstracted from the bindgen source into the toml config?
  2. How coupled is Standard_Handle.hxx into this tool, is it required?
  3. What purpose does symbols_mangled_*.dat serve? Could projects avoid it, or integrate generation from a .so via a command?
  4. How would projects with no direct mapping between pats and modules use module_mapping?
  5. How are modules described; can a module generate bindings from multiple source headers?
  6. Are shared symbols across modules currently deduplicated?

Thanks in advance for any feedback.

mattparks avatar Aug 21 '24 14:08 mattparks