Hi everyone,
So I'm new to PolyVox and this SWIG problem, but I've attempted to get some C# bindings for PolyVox.
Here's what I have got. I managed to get a bunch of .cs files from SWIG which I can put into my project and use, however I'm not sure how I compile a DLL for Polyvox. If I'm right I have to some how use the PolyVoxCore_wrap.cxx file which is generated by SWIG, but I am not sure how to. I used CMake (also new to this) to generate a Visual Studio project in the build directory and I built a DLL from there, and then I get errors in my project saying that the swig methods can't be found in the DLL. (I think it's because I didn't use that wrapper cxx file)
Can someone help with this?
Thanks!
