bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.35k stars 272 forks source link

Amazing work. Can bepu be used in Unity? #102

Closed weihua44 closed 3 years ago

weihua44 commented 3 years ago

Thanks!

RossNordby commented 3 years ago

I'm actually not sure! I haven't personally tested it in a long time.

It's .NET Standard 2.0, so in theory it could work, and I did hear a report that sounded like someone had it working recently, but I couldn't confirm it.

In months past, a few people have gotten it working, but with massive performance deficits. Before that, it would simply crash. There is clearly some progress being made on the runtime side of things.

If you want to give it a try, I'd love to hear the results. There's also the option of using it in another process using CoreCLR on some platforms, though that does come with a pretty big complexity penalty of course.

weihua44 commented 3 years ago

Thank you :-)