Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Thank you very much for your response. I am thinking of developing a small game. will learn XNA soon.
Posted
Updated 13-Sep-11 5:11am
v3

XNA is a effectively a Game engine XNA Wiki[^]

WPF is Windows Presentation Foundation WPF Wiki[^]

Check out the articles on CodeProject, for example, here is a WPF 3D Primer[^], there are plenty other ones.

So, for 3D, WPF certainly is an option :)
 
Share this answer
 
It depends on what you want to do in your game.

WPF is better for small games, because you get all the controls that you can put down on your Window without having to custom-make controls.

XNA, however, cna do some amazing stuff.

Here are a few games by XNA:

Robot Game (3rd person 3D shooter)
http://create.msdn.com/en-US/education/catalog/sample/robot_game

Racing Game (Fast & Furious style 3D racing game).
http://create.msdn.com/en-US/education/catalog/sample/racing_game

Net Rumble (2D Massivly Multiplayer Online Game)
http://create.msdn.com/en-US/education/catalog/sample/net_rumble"

WPF is easier, but for a game, XNA is definately better.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900