Tools and techniques to use DirectX through managed code.
Background: I am using DirectX 9.0 Managed Libraries to transform arrays of 3d points to 2d screen coordinates. For speed I …
c# exception managed-directxI've recently swapped from MDX 2.0 to SlimDX, using Direct3D 11, but I'm struggling to implement keyboard and mouse controls. In …
c# directx slimdx managed-directx directinput