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?
|
3
|
|
|
|
|
|
At the moment, probably the most well known graphics engine is:
There is also:
As far as Game Engines go, there is: PlayBits Engine Although PlayBits is not yet available, and will not be free. |
|||
|
|
|
|
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. |
||
|
|
|
|
For simple games it is fairly easy to make you own game Silverlight game engine. This tutorial here shows you how to get started. |
||
|
|
