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.

Record live audio from mic input and save simultanously

I was trying to develop a Voice recorder in C#. I have tried many ways, like NAudio, DirectX, Microsoft.Xna.…

c# xna directx audio-recording naudio
How to implement a voice changer?

I want to write a app which change the microphone input voice and make it like robot or some funny …

windows directx
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 …

c# c++ directx overlay
Doing readback from Direct3D textures and surfaces

I need to figure out how to get the data from D3D textures and surfaces back to system memory. …

directx textures gpgpu geometry-surface
Direct3D Line thickness

How do I change the thickness of lines when drawing line lists using Direct3D? This post says that line …

graphics directx direct3d shader
Developing a 2D Game for Windows Phone 8

I would like to develop a 2D game for Windows Phone 8. I am a professional Application Developer by day and …

c# c++ visual-studio-2012 directx windows-phone-8
OpenGL or DirectX?

I know this is probably a very subjective question, but I just want to start with the one which is …

c++ opengl directx
How to enable VSYNC in D3D windowed app?

So, Im using D3D in a windowed application. I inited D3D with the following parameters: windowed: true; backbufferformat: …

directx direct3d direct3d9 vsync
Should I use DirectInput or Windows message loop?

I'm working on a C++ DirectX 2D game and I need keyboard and mouse input. Wikipedia says: Microsoft recommends that …

c++ directx direct3d directinput
d3dx11.lib not found?

I'm using Windows 8 / Visual Studio 2012, C++11 and Direct3D 11 for development. I include the Direct3D libraries like this #pragma …

c++ directx direct3d directx-11 direct3d11