vote up 7 vote down star
3

Are there any good C# Silverlight Graphics or Game engines currently? I am planning to create a game with it (either 2d or 3d) but are there already usable frameworks or should I expect to have to build everything myself?

flag

3 Answers

vote up 6 vote down check

At the moment, probably the most well known graphics engine is:

Balder

Managed GameEngine with both 2D and 3D support targetting Silverlight 2/3, Xna and OpenGL.

There is also:

Kit3D

Kit3D is a 3D graphics engine for Microsoft Silverlight.

As far as Game Engines go, there is:

PlayBits Engine Although PlayBits is not yet available, and will not be free.

link|flag
vote up 1 vote down

If you're targeting both XNA and Silverlight for 2D games you can use the SilverSprite library at http://silversprite.codeplex.com and it may also be useful if you're used to a traditional game loop and draw calls.

link|flag
vote up 0 vote down

For simple games it is fairly easy to make you own game Silverlight game engine. This tutorial here shows you how to get started.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.