SharpDX
SharpDX Logo SharpDX is to DirectX what C# is to C++. | |
Developer(s) | Alexandre Mutel |
---|---|
Stable release | 2.6.0 / May 10, 2014 |
Platform | Microsoft Windows, Windows Phone |
Type | Application framework |
License | MIT license |
Website |
sharpdx |
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, SharpDX now provides, on top of the lower APIs (Direct3D11, DXGI, D3DCompiler...), a higher API level - called SharpDX Toolkit - similar to XNA but using latest DirectX technology.
Version 2.6 fully supports the following low-level DirectX APIs:
- Direct3D 9, 10.0, 10.1, 11, 11.1 (only Windows 8), 11.2 (only Windows 8)
- DXGI 1.0, 1.1, 1.2 (only Windows 8)
- DirectInput 8, XInput, RawInput
- DirectSound 8, XAudio 2, XAPO, XACT 3, X3DAudio
- Direct2D 1, 1.1 (only Windows 8)
- DirectWrite
- D3DCompiler
See also
References
External links
- SharpDX
- Article about SharpDX in Russian
- Developer blog: Alexandre Mutel