5
votes
4answers
434 views

Console-type interface in game

I am currently programming a very simple 2d game in C# with XNA. I was wondering how to implement a console-type interface in a game or graphical software like there is in Skyrim or Counter-strike or ...
2
votes
1answer
200 views

Implementing IVertexType Interface

In XNA, I have created a new VertexType, called it VertexPositionTextureLight which inherts the IVertexType Interface, but apparently I need to implement the member of VertexDeclartion which I cleary ...
2
votes
1answer
629 views

What happens when I implement IUpdateable or IDrawable in XNA?

I've been fooling around with XNA today, attempting to develop a pure-component model game engine. I've been working on a GraphicsSubsystem class, and realized that it will need both an Update method ...
5
votes
2answers
1k views

Can a standalone WPF application create an interface that looks like a Flash interface?

It seems like WPF was created as the application answer to Adobe's Flash. Silverlight is used for creating web pages. But, can that same functionality be pulled into a standalone WPF application. ...