You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate c# bindings for existing open-source c++ geometry processing libraries. One example would be the Polygon Mesh Processing library.
My naive attempt to reuse the example and just add the entire pmp source code to the example source folder fails miserably.
What would be the correct way of generating c# bindings for pmp?
The text was updated successfully, but these errors were encountered:
Current version of Scapix cannot directly handle complex C++ libraries with template interfaces.
Your best bet would be to create your own C++ wrapper code around such library, providing more limited (non templated) interface your C# code specifically needs.
I'm trying to generate c# bindings for existing open-source c++ geometry processing libraries. One example would be the Polygon Mesh Processing library.
My naive attempt to reuse the example and just add the entire pmp source code to the example source folder fails miserably.
What would be the correct way of generating c# bindings for pmp?
The text was updated successfully, but these errors were encountered: