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?