google / liquidfun

2D physics engine for games
http://google.github.io/liquidfun
4.7k stars 641 forks source link

Generate C# wrappers with SWIG #20

Open davilovick opened 10 years ago

davilovick commented 10 years ago

Liquidfun uses SWIG to create Java JNI wrappers.

It would be nice that liquidfun has support for C# binding generations using SWIG too.

jsanmiya commented 10 years ago

Absolutely! There are a lot of nice C# platforms.

It sounds like something that someone might have done already. If someone in the community has created SWIG C# bindings, we would certainly consider merging in that change.