tags:

views:

65

answers:

1

I'm developing a game in XNA. It would be nice for it to be compatible with Xbox. Does Box2d work on Xbox? Is there some way to include any third party libraries I use?

+1  A: 

There is a port called Box2dx which works on the Xbox. Read up on this discussion for some interesting performance aspects of the library.

Peter Lillevold
That thread looks informative. Thanks! I hope I don't run into any issues like that, though.
Rosarch
Hopefully, others have integrated those perf improvements into the library. Good luck!
Peter Lillevold