DirectX is a collection of APIs for handling tasks related to multimedia, especially 3D graphics and game programming and video, on Microsoft platforms.
I have been trying to include DirectX in C sharp project (Visual Studio 2010). I installed DirectX SDK and included the …
c# visual-studio-2010 directx directx-9I need to send global keystrokes and mouse events to another application, which is coincidentally using using DirectX. (No controls/…
c# directx mouseevent sendkeys sendinputI'm a relatively ok-ish programmer, but my main focus has been in application development with C# so far. I have …
c++ 3d directx game-engine direct3dI want to use Vectors in a C# application I'm writing, sepcifically a Vector3. What's the best way for me …
c# vector directxI am just beginning to learn DirectX programming, using F# and SharpDX as .NET wrapper. As a test case I …
directx hlsl compute-shader directcomputeI am a newbie to DirectX SDK, Platfrom SDK and DirectShow. I downloaded latest Platform SDK and DirectX SDK August'09. …
c++ makefile directx platform-sdkI'm attempting to write a phong shader effect for Dx9 in RenderMonkey. I'm getting a compile error in the pixel …
directx hlsl directx-9 rendermonkeyI want to develop universal windows apps using C++/DirectX/XAML. But it seems like there's no way to escape …
c++ windows directx programming-languages win-universal-app