Tagged Questions
2
votes
1answer
192 views
How do I implement movement in a WPF Adventure game?
I'm working on making a short WPF adventure game. The only major hurdle I have right now is how to animate objects on the screen correctly. I've experimented with DoubleAnimation and ...
1
vote
4answers
1k views
WPF or WinForms for Game Development and learning resources? [closed]
I'm looking to create a game framework for my own personal use...
I want to use WPF, but I'm unsure if that is a wise choice...
The games I will be writing should not require high performance ...
12
votes
5answers
5k views
SharpDX and game engines, back to zero?
I'm a desktop developer (I mainly do WPF for a living) but I want to make games as a hobby.
So a few months ago, I started reading blogs, gamedevSE, you name it.
I understand in the C++ DirectX ...
3
votes
1answer
333 views
Controlling the snake in a snake game with the mouse
I am trying to implement a snake game in C# using the WPF forms. Well I know to implement the snake game, where the snake is controlled by the keyboard. But how would I do it, if I wanted to control ...
2
votes
0answers
377 views
Developing user interface [closed]
i am beginner in graphic development and have no experience with it, i only developed always with standard win controls.
Now i want to create interface in c# for my sports management simulation game, ...
4
votes
2answers
695 views
What is road map for Windows 3D game development in C#
I used WPF 3D to make a demo program a while ago. I'm now want to give some other things a shot but find working in WPF 3D ... confining. I have looked at Managed Direct3D but read that it's dead. I ...
4
votes
2answers
1k views
WPF & C# - Game Overlay + Streaming
Greetings
I'm in the process of making a Scoreboard for a game (Starcraft II). This scoreboard is being made as a WPF Application with a C# code-behind. I already have a version which works for 90% ...
12
votes
6answers
1k views
Am I hurting myself by not knowing C++ for game design?
Right now, I feel I am strong in both Java a C#. (Not much of a leap from one to the other really).
While I don't expect a game designer/programmer is an attainable goal early on in my career, This ...
7
votes
2answers
2k views
How to use XNA in WPF?
How can I render some graphics using XNA to a widget/control in a WPF app? Specifically, I don't need any WPF controls inside the XNA graphics window, I just want to put some controls around it for a ...
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. ...