BulletSharpPInvoke icon indicating copy to clipboard operation
BulletSharpPInvoke copied to clipboard

lib bullet c (this) vs PhysicsClientC_API?

Open RenzoCoppola opened this issue 7 years ago • 2 comments

It seems that the bullet engine has an exposed C api... which can be used for C#. I haven't really tried to do anything with it, but, what are your thoughts about it?

RenzoCoppola avatar Mar 16 '18 21:03 RenzoCoppola

https://github.com/bulletphysics/bullet3/tree/3821f850194f4cb2fce99381f92c496942b90ac0/examples/pybullet/unity3d

RenzoCoppola avatar Mar 16 '18 21:03 RenzoCoppola

I haven't had much time to look at the C API, but it seems to be a completely different API that wraps a small part of the underlying Bullet library and adds a client-server model. So I'm not sure if anything interesting can be done with it.

There is a fork of BulletSharp for Unity: http://digitalopus.ca/site/bullet-physics-in-unity-3d/

AndresTraks avatar Mar 17 '18 07:03 AndresTraks