5,946 questions
188
votes
8
answers
185k
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 ...
121
votes
2
answers
116k
views
The purpose of Model View Projection Matrix
For what purposes are we using Model View Projection Matrix?
Why do shaders require Model View Projection Matrix?
89
votes
8
answers
18k
views
How to smooth ugly jitter/flicker/jumping when resizing windows, especially dragging left/top border (Win 7-10; bg, bitblt and DWM)?
THE PROBLEM: When I grab the resize border of my Windows app, especially the top or left borders, and resize the window, the contents of the window do resize "live" as I drag, but they ...
68
votes
2
answers
161k
views
How do I install Windows 10 SDK for use with Visual Studio 2017
I can't figure out how to install Windows 10 SDK for Visual Studio 2017.
I downloaded and ran the Windows 10 SDK installer, and it displays Please find winsdksetup.exe in ....\Windows kits\10\...
56
votes
7
answers
52k
views
Unresolved external symbol __vsnprintf .... (in dxerr.lib)?
I am running a DirectX 11 application on windows 7 and visual studio community 2015 RC. I'm still using functions from the DX SDK. It worked fine on VS2013 but when I switched over I get only the ...
53
votes
5
answers
37k
views
Is WPF 3D good alternate of DirectX and OpenGL for complex applications? [closed]
I have used WPF's 3D capabilities for learning, and for a few implementations, and I have found it to be very capable, and I am also learning DirectX 11, and it is very tricky compared to using 3D ...
50
votes
4
answers
36k
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)?
...
46
votes
5
answers
42k
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 ...
40
votes
4
answers
11k
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 ...
35
votes
6
answers
31k
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 ...
35
votes
3
answers
58k
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.
...
30
votes
4
answers
11k
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).
30
votes
5
answers
17k
views
Developing a 2D Game for Windows Phone 8 [closed]
I would like to develop a 2D game for Windows Phone 8. I am a professional Application Developer by day and this seems like a fun hobby.
But I have been disapointed trying to get going. It seems ...
29
votes
4
answers
25k
views
what's the difference between material and texture?
In Computer graphics, what's the difference between material and texture?
28
votes
2
answers
16k
views
Forcing NVIDIA GPU programmatically in Optimus laptops
I'm programming a DirectX game, and when I run it on an Optimus laptop the Intel GPU is used, resulting in horrible performance. If I force the NVIDIA GPU using the context menu or by renaming my ...