Top "Directx" questions

DirectX is a collection of APIs for handling tasks related to multimedia, especially 3D graphics and game programming and video, on Microsoft platforms.

Capture screen using DirectX

I know how to use GDI to capture screen, however it is very slow (it barely captures 10 fps) I have …

c++ winapi directx
Simulate a DirectShow Webcam

I am a developer in DotNet. I want to give skype a possibility to add a webcam simulator and send …

.net directx directshow directshow.net
can't find references Microsoft.DirectX.AudioVideoPlayback and Microsoft.DirectX

I've installed .net 4.0 as well as XNA 4.0 . A while ago I used Microsoft.DirectX to play some music and now …

c# directx xna
Faster method of reading screen pixel in Python than PIL?

Currently I'm using a pixel reader via AutoItv3 to perform some actions in a program that is running direct X; …

python windows winapi directx python-imaging-library
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 …

c++ directx directx-11 directcompute
How to bring up the Windows 8 on-screen keyboard in a desktop app

I have a fullscreen DirectX desktop app, and would like to display the on-screen keyboard when the user taps a …

directx touch windows-8 multi-touch
what's the difference between material and texture?

In Computer graphics, what's the difference between material and texture?

opengl graphics directx
DirectX 11 framebuffer capture (C++, no Win32 or D3DX)

I would like to capture the contents of my front or back buffer using DirectX 11 into an array of bytes …

c++ graphics directx directx-11
Can't find d3dcompiler_43.dll for DirectX programming

I am trying to learn DirectX Programming. But I have hit a snag. I seem to be missing this file: …

c++ windows-8 visual-studio-2012 directx windows-runtime
How to programmatically disable the auto-focus of a webcam?

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not …

c++ directx webcam computer-vision