Tutorials for box2d.xna?

I am just starting with C # and XNA, and I wanted to know where I can get good beginners. I already checked box2d.org, but since I am a complete newbie with C # and XNA, I cannot figure out what code I need to place where.

Update: I want to use box2d.xna instead of Farseer physics, because I am making an Xbox game, and box2d.xna is optimized for Xbox. Farseer Physics cannot get a decent frame rate on the Xbox, I already tried it.

+3
source share
1 answer

I do not recommend you use box2d.xna, it is deprecated, use the farseerPhysics Engine instead, which is the box2d port and is currently active: Farseer Physics Engine

I recently used it and it was hard for me to learn it.

0
source

All Articles