SharpDX

SharpDX
Sharpdxlogo.png
SharpDX Logo
SharpDX is to DirectX what C# is to C++.
Developer(s) Alexandre Mutel
Stable release 2.4.2 / December 21, 2012; 5 months ago (2012-December-21)
Platform Microsoft Windows, Windows Phone
Type Application framework
License MIT license
Website www.sharpdx.org

SharpDX is an open-source platform-independent Managed DirectX API for the .NET environment. This new API is directly auto-generated from DirectX C++ SDK Headers[1] and the generated code is purely written in C# without using any C++/CLI assemblies, while still being able to achieve comparable performance.

The API naming convention has been kept as much as possible similar to the well known SlimDX API, which is currently using C++/CLI assemblies.

Also, the aim of SharpDX is to provide, on top of the lower APIs (Direct3D11, DXGI, D3DCompiler...), a higher API level similar to XNA but using latest DirectX technology.

Version 2.1 fully supports the following low-level DirectX APIs:

Last modified on 11 May 2013, at 14:59