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.

How to install DirectX in quiet mode?

I want to install the DirectX 9c user package in quiet mode. Is there any option like /quiet /q /qb …

installation directx redistributable
Is DirectX on Java possible?

Is there an easy way to use DirectX in Java? In particular, DirectX's video APIs. I know that C# might …

java com video directx
FXC : error X3501: 'main': entrypoint not found

I am following an example book called: Introduction to 3D Game Programming with DirectX 11 It is all written in VS2010. …

c++ directx shader visual-studio-2013 hlsl
Get angle between point and origin

This might have been answered before, sorry if it has. I basically need to get the angle from origin to …

c# xna directx angle
Why is there no DirectX API for Linux?

Upon considering the driver side implementation for DirectX API on windows systems for modern video cards I was wondering why …

linux directx drivers
Implementing Ray Picking

I have a renderer using directx and openGL, and a 3d scene. The viewport and the window are of the …

math opengl geometry directx picking
Using DirectX with Visual Studio 2012

I have some DirectX projects written in C# that I need to run via Visual Studio 2012 specifically. All of these …

c# visual-studio-2012 sdk windows-8 directx
Glsl mod vs Hlsl fmod

I've implemented the spiral GLSL shader described in this question in HLSL, but the results are not the same. I …

math opengl directx glsl hlsl
How do I get input from an XBox 360 controller?

I'm writing a program that needs to take input from an XBox 360 controller. The input will then be sent wirelessly …

input xna directx xbox360
Where can I find 'winmm.lib' (I'm using Visual Studio 2012)

My OS is 64Bit Windows 7. I wanted to build the DirectX Sample in C:\Program Files (x86)\Microsoft DirectX SDK (…

c++ visual-studio-2012 directx winmm