OpenSim C# Wrapper

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
David Thomas
Posts: 1
Joined: Mon Jun 25, 2018 8:49 am

OpenSim C# Wrapper

Post by David Thomas » Thu Nov 01, 2018 7:40 am

Hi All -

I'm trying to build an OpenSim Core C# wrapper using SWIG. I used the .i files that I found in the Bindings folder and, after a bit of massaging of the generated files, was able to get it to compile and build. The trouble is that I see a lot of warnings about covariant types not being supported in C#, and a lot of types are being replaced with OpenSim::Object. Does anybody have any ideas on how to fix it or at least a workaround?

Thanks!

Tags:

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: OpenSim C# Wrapper

Post by jimmy d » Thu Nov 01, 2018 8:27 am

You may want to ask development based questions on Github

POST REPLY