1

What is the best 2d physics engine for xna 4.0 in your opinion ? Farseer don't work at all on my vs2010 :/

  • 1
    I upgraded farseer to visual studio 2010, changed all the references to XNA4, and it all worked perfectly. I'm using the system right now! – Martin Oct 11 '10 at 12:13

1 Answers1

2

Check out Box 2D. I haven't used it with XNA, but the C++ library is very nice.

reko_t
  • 55,302
  • 10
  • 87
  • 77