Tagged Questions
DirectX is a collection of APIs for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.
129
votes
25answers
16k views
Learning game programming
Quick question: I've been in the web-dev world for several years now, I've wrapped my head around Java, Python, PHP, C# and Ruby- and currently make my living as a C#.NET programmer and I want to ...
32
votes
25answers
5k views
Suggested gaming platform to learn - Direct X (C++), Open GL or XNA
My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start.
Once he has come to grips with that, which game/graphics API's do people suggest he ...
30
votes
4answers
3k views
Best practices for Alt-Tab support in a DirectX app?
When writing DirectX applications, obviously it's desirable to support the user suspending the application via Alt-Tab in a way that's fast and error-free. What is the best set of practices for ...
21
votes
5answers
626 views
How to produce precisely-timed tone and silence?
I have a C# project that plays Morse code for RSS feeds. I write it using Managed DirectX, only to discover that Managed DirectX is old and deprecated. The task I have is to play pure sine wave bursts ...
21
votes
3answers
13k views
Comparison between XNA and DirectX (C#)
In terms of PC development (excluding Xbox and Zune),
What is the difference between XNA and C# DirectX? Does C# DirectX have a significant advantage over XNA (in terms of speed, royalties, etc)?
...
17
votes
8answers
5k views
OpenGL still better than Direct3D for non-games?
The standard model has been that OpenGL is for professional apps (CAD) and Direct3D is for games.
With the debacle of openGL 3.0, is openGl still the natural choice for technical 3D apps (cad/GIS)?
...
16
votes
6answers
9k views
DirectX SDK (June 2010) Installation Problems: Error Code S1023
I seem to be having some problems installing the DirectX SDK. Everything seems to be going well during the install, but at the end I get the message:
Setup failed.
Errors were encountered during ...
15
votes
4answers
597 views
Collisions in a real world application
Here's my problem. I'm creating a game and I'm wondering about how to do the collisions. I have several case to analyze and to find the best solution for.
I'll say it beforehand, I'm not using any ...
14
votes
1answer
424 views
What's the best tool you can use to learn to program shaders?
I've recently been doing some DirectX 10 work and I'm looking to move to DirectX 11 and Shader Model 5.0. I've written a few very simple shaders in the past and I'm looking to broaden my horizons and ...
13
votes
4answers
4k views
Most Common 3D Model Format?
It's been about two years since I last developed games, and I am interested in starting a new project. What is the most common open-source 3D model format?
I am looking for a format that would ...
13
votes
4answers
4k views
Why Direct3D application performs better in full screen mode?
The performance of a Direct3D application seems to be significantly better in full screen mode compared to windowed mode. What are the technical reasons behind this?
I guess it has something to do ...
12
votes
6answers
4k views
Learning DirectX
I want to learn to do some DirectX 9 and 10 programming in C++. Could anyone suggest me some good books to start with for a beginner in DirectX and at the same time, some reference books for DirectX 9 ...
11
votes
7answers
887 views
Any Games Engine for Delphi?
I want to create a game in Delphi
Is there any good game engine for Delphi?
based on directx 10 or OpenGL?
I need it for 3D games, or only I can do that with C++?
11
votes
3answers
2k views
DirectX Desktop
I'd like to make an animated desktop background for Windows 7 using DirectX. I'm using C#, SlimDX and a couple of P/Invoke imports of Windows API functions. I'm not brilliant with native Windows ...
11
votes
4answers
2k views
How do I capture the audio that is being played?
Does anyone know how to programmatically capture the sound that is being played (that is, everything that is coming from the sound card, not the input devices such as a microphone).
10
votes
2answers
3k views
Fullscreen DirectX Overlay? Yes.. again C#
It looks like this question has been asked multiple times each in a different context and I have made some strides in making an overlay for a game (This is for informational data, etc..). I Would ...
9
votes
4answers
406 views
Game Development in Delphi
I would like to have a go at making some simple games for personal/learning purposes. By simple games I mean games like platform, maze, arcade games for example. I would also one day like to create a ...
9
votes
1answer
503 views
WPF rendering freeze
I'm experiencing a GUI freeze problem, related to hard vs. software UI rendering.
The context : 2 WPF apps (.NET 3.5 SP1) running on a dual-display XP Embedded machine (DirectX 9.0c).
At some point, ...
9
votes
2answers
6k views
Hooking DirectX EndScene from an injected DLL
I want to detour EndScene from an arbitrary DirectX 9 application to create a small overlay. As an example, you could take the frame counter overlay of FRAPS, which is shown in games when activated.
...
9
votes
7answers
2k views
Want to learn to write 2d games
Hey stackoverflow Community!
I learned the basics of C# (i can write some Form-Applications) and now I want to learn how to write 2d games. I don't know where to start.
Is there a engine that's good ...
9
votes
6answers
3k views
XNA, direct X , OpenGL
I have been wanting to give game programming ago for a long while and never got round to it, and i have finally decided to give it ago. I have decided to try and create a simple to 2D platform game. I ...
9
votes
5answers
5k views
What are some good resources on 2D game engine design?
I'm messing around with 2D game development using C++ and DirectX in my spare time. I'm finding that the enterprisey problem domain modeling approach doesn't help as much as I'd like ;)
I'm more or ...
8
votes
1answer
198 views
Why can't DirectX/DirectWrite/Direct2D text rendering be as sharp as GDI?
I already know that sub-pixel positioning causes DirectWrite text rendering to be blurry compared to GDI.
However, my question is a bit more fundamental: Why can't DirectWrite (and related methods) ...
8
votes
3answers
552 views
Is it possible to run Java3D applications on Nvidia 3D Vision hardware?
Is is possible to run a Java3D application on Nvidia 3D Vision hardware?
I've got an existing Java3D application that can run in stereoscopic 3D. In the past, I've always run the application on ...
8
votes
5answers
456 views
Python GUI with custom render/drawing
I am looking for a Python GUI library that I can rewrite the rendering / drawing.
It has to support basic widgets (buttons, combo boxes, list boxes, text editors, scrolls,), layout management, event ...
8
votes
1answer
343 views
Resource Contention
While profiling my app using Pix, I noticed that the GPU is passing (in DX10 mode) most of its time in idle waiting for a resource not available. (and is always in row with the CPU (for example if the ...
8
votes
2answers
705 views
Does XNA effectively replace Managed Directx?
The subject speaks for itself.
Does XNA effectively replace Managed DirectX?
We have a few projects using managed DirectX in VB.NET. I was considering porting one over to XNA, but wonder whether ...
8
votes
7answers
5k views
What is the industry standard IDE for Game Development?
I'm guessing this depends on the OS, among other things.
I would guess that development for Windows using DirectX would "force" people to use Visual Studio, but is that always the case? What about ...
8
votes
3answers
6k views
C# and Arrow Keys
I am new to C# and am doing some work in an existing application. I have a DirectX viewport that has components in it that I want to be able to position using arrow keys.
Currently I am overriding ...
7
votes
2answers
243 views
Typical rendering strategy for many and varied complex objects in directx?
I am learning directx. It provides a huge amount of freedom in how to do things, but presumably different stategies perform differently and it provides little guidance as to what well performing usage ...
7
votes
9answers
678 views
Should Direct3D be used over OpenGL in Windows?
Since Microsoft is generally a bit bias toward Direct3D, would a scene using VBO's in Direct3D be faster than the same scene using VBO's in OpenGL, or would it be the same since it's up to the ...
7
votes
3answers
3k views
Where can I find some in-depth DirectX 11 tutorials?
So far the only tutorials I've been able to find are on directx11tutorials.com, which are essentially inferred from the existing samples. Does anyone know where to find other tutorials, or better yet ...
7
votes
4answers
648 views
What are the pros and cons of using Matrices, Euler Angles, and or Quaternions for rotation representation?
Matrices and Euler angles can suffer from Gimbal lock but what are some other arguments for using one over the other?
What do you think DirectX favors?
What do you use in daily C++/C/DirectX ...
7
votes
5answers
4k views
Implementing Ray Picking
I have a renderer using directx and openGL, and a 3d scene. The viewport and the window are of the same dimensions.
How do I implement picking given mouse coordinates x and y in a platform ...
7
votes
2answers
748 views
DirectShow IVideoWindow and Fullscreen--Can I write to my D3D Primary Surface?
Writing a game, and I'd like some cutscenes in the middle. In windowed mode, the DirectShow classes work perfectly and are easy to use. But when the game is fullscreen, I can't get DirectShow to show ...
7
votes
6answers
1k views
What 3D graphics framework should I use for a real world game engine?
I'm a C++ programmer with very extensive server programming experience. I'm however fairly bored at the moment and I decided to tackle a new area: 3D game programming, for learning purposes. ...
7
votes
10answers
1k views
C++ as first language for Windows game programming?
I'm a hobbyist programmer with a fair grasp of Python and I'm currently learning C. Recently I was talking to a colleague who also wants to learn to program. In his case, he wants to learn C++ as a ...
7
votes
3answers
660 views
XNA Target Audience
This might sound like a stupid question, but who is the target audience for the XNA framework? The following is located on the Microsoft XNA Game Sudio website:
XNA Game Studio 3.1 enables ...
7
votes
6answers
3k views
Overlaying on a 3D fullscreen application
I want to display some custom graphics on top of a 3rd party fullscreen Windows application.
Have you played any Steam games? It has an executable, GameOverlayUI.exe that lets you access Steam ...
7
votes
5answers
2k views
How can I get a vector type in C#?
I want to use Vectors in a C# application I'm writing, sepcifically a Vector3.
What's the best way for me to get a Vector type without writing my own?
7
votes
4answers
755 views
What are some good DirectX resources for a beginner?
I'm learning DirectX as part of a hobby project. I've been looking for some good online resources for DirectX9 (using C++, if that distinction matters), but haven't found anything that's a) great for ...
7
votes
20answers
4k views
OpenGL or Direct3D for a new Windows game project? Or something else?
I'm starting a hobby game project on Windows that will make heavy use of 3D graphics effects. It will most likely be written in C++.
Should I use OpenGL or Direct3D for my graphics backend? Why?
Or ...
7
votes
5answers
2k views
How can I reverse engineer a DirectShow graph?
I have a DirectShow graph to render MPEG2/4 movies from a network stream. When I assemble the graph by connecting the pins manually it doesn't render. But when I call Render on the GraphBuilder it ...
6
votes
2answers
385 views
Capturing sound from TV Card with C#
I have written a WPF application which is capturing display and sound from TV Card from with through C# code. I can get the display from TV card, but I can't get any sound from TV Card. BTW, I'm using ...
6
votes
3answers
640 views
Bilinear interpolation - DirectX vs. GDI+
I have a C# app for which I've written GDI+ code that uses Bitmap/TextureBrush rendering to present 2D images, which can have various image processing functions applied. This code is a new path in an ...
6
votes
1answer
150 views
I'm looking for any optimizations I can make in a graphics editing program
Heyo, this is my first time asking a question here so do forgive me if I mess somethin up >~<
I'm working on a program similar to openCanvas, the earlier ones that allowed multiple people to draw ...
6
votes
2answers
394 views
Is it possible to programmatically determine if a video is playing?
Is it possible (Preferably with .NET) to determine if a video is currently playing? Even if it's limited to hardware accelerated playback, that would be better than nothing.
Bonus points if I can ...
6
votes
2answers
256 views
Copy Content of Hosted Silverlight Control
EDIT: Since my original problem was due to my mistake I will rephrase this question.
Im hosting a Silverlight in a window inside my C++ application based on the code found here.
Now I'd like to copy ...
6
votes
3answers
357 views
Why not use GDI to repeatedly fill a window with RGB data from an array?
This is a follow-up to this question. I'm currently writing a simple game and am looking for the fastest way to (repeatedly) display an array of RGB data in a Win32 window, without flickering or other ...
6
votes
7answers
1k views
C# 2D Vector Graphics Game using DirectX or OpenGL?
So it has been a while since I have done any game programming in C#, but I have had a recent bug to get back into it, and I wanted some opinions on what configuration I should use.
I wanted to use C# ...