Simple XNA 2d physics library
Working on a 2D project and wanted some recom开发者_开发知识库mendations on a simple 2d physics library for use in C# with the XNA framework. I was looking at Farseer or physics2d. Anyone have any other suggestions?
Thanks!
There's a good list posted on the XNA Forums.
If you're only dealing with 2D, Farseer is very nice to work with, and would probably be my recommendation.
I have been using Farseer for 2D. It comes with good demos and does what it needs to well enough. It is extensible easily enough thanks to the source being both provided and clearly written.
If you outgrow it you will at least know far better what your requirements are. It only took me an afternoon to learn it and start extending it.
I have done some work on a new physics engine called Jitter2D.
Jitter2D Source
精彩评论