Search Results

1
vote

Farseer Physics Tutorials, Help files

Andy Beaulieu has beein doing a lot of work to make Farseer easier to use in Silverlight, you can read about it here: …
3
votes

Sprite / Character animation in Silverlight (v2)

You can use the Clip property on the image itself or on a container for the image to display a specific piece of a larger image, like a sprite sheet. This may or may not be more performant than swa …
2
votes

XNA 2D Game Engines

FlatRedBall is a good option and is being actively supported. http://www.flatredball.com/frb/ …
0
votes

Animations in a 2D C# XNA game

One thing that can help when compositing sprites (giving a hero a sword, etc) using SpriteBatch is the Origin argument on some of the Draw method overloads. It allows you to rotate around something …