Top "Sharpdx" questions

SharpDX is an open-source project delivering the full DirectX API under the .Net platform, allowing the development of applications with high performance 2D and 3D graphics rendering as well as real-time sound.

program has exited with code -1073610751 (0xc0020001)

I'm getting a strange error on a SharpDX program I made. The program contains one form MainForm, which inherits from …

c# sharpdx
SharpDX render in WPF

I want to draw lines as fast as possible. For that reason I implemented a method using InteropBitmap. This works …

c# wpf sharpdx
How to use xbox one controller in C# application

There already exists a large amount of information for using an xbox 360 controller in C#, but I didn't find as …

c# sharpdx
SharpDX vs SlimDX for game development?

Which one of these offers the best API for game development? Which library is easier to use, faster, has more …

c# slimdx sharpdx
SharpDX, DirectWrite and Windows Forms

Can one render text using DirectWrite to a PictureBox in a WinForm app? I'm using SharpDX and have gone through …

c# winforms sharpdx
How to create bitmap from Surface (SharpDX)

I am new to DirectX and trying to use SharpDX to capture a screen shot using the Desktop Duplication API. …

directx-11 sharpdx