pywrap
pywrap copied to clipboard
Using pywrap for non-OCP projects
Hello, I'd like to better understand if it would be possible to use this tool on other C++ projects.
- Could opencascade features (such as handle) be fully abstracted from the bindgen source into the toml config?
- How coupled is
Standard_Handle.hxxinto this tool, is it required? - What purpose does
symbols_mangled_*.datserve? Could projects avoid it, or integrate generation from a.sovia a command? - How would projects with no direct mapping between
patsandmodulesusemodule_mapping? - How are modules described; can a module generate bindings from multiple source headers?
- Are shared symbols across modules currently deduplicated?
Thanks in advance for any feedback.