English 中文(简体)
Simple XNA 2d physics library
原标题:
  • 时间:2009-11-13 16:23:39
  •  标签:
  • c#
  • xna

Working on a 2D project and wanted some recommendations 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!

最佳回答

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.

问题回答

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 done some work on a new physics engine called Jitter2D.

Jitter2D Source





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签