Suggestions for .Net 3D physics engine [closed]

时光毁灭记忆、已成空白 提交于 2019-12-04 03:45:56

I've used the very good Newton Game Dynamics via P/Invoke.

http://newtondynamics.com/forum/newton.php

There's also the well-regarded Bullet Physics engine, but I've never used it directly. It looks quite good, though.

http://sourceforge.net/projects/bullet/

You weren't clear if you needed a purely managed code engine, but note these are not.

2d Engine:

I had a look at this a little while ago: http://farseerphysics.codeplex.com/

-- Edit: for some reason I'm unable to delete this comment myself, or even reply to comments, so I leave this edit in here. This answer was posted before the clarification of the requirement for 3D. If a mod wants to delete this, feel free.

free or commercial ?

free: jitter, jiglibX, henge3D, bulletX

commercial: bepu physics, matali physics, digitalrune physics

I worked on one a few years back for a uni project

video

soureforge

codeexamples

MIT License Written natively in C#

It has some limitations as you would guess for a uni project

eg only use convex hulls

Features collision detection (uses bounding volume hierarchy) elastic collisions custom collision handling also supports some particle physics and spatial queries (k-nearest neighbor).

its open source so if you wanted to add your own features to it you could

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!