Vortice.Windows is a collection of Win32 and UWP libraries with bindings support for DXGI, WIC, DirectWrite, Direct2D, Direct3D11, Direct3D12, XInput and XAudio2.
This project was born as SharpDX was recently inactive and the aim is to have .net standard 2.0 API and usage of modern stuff like Unsafe and SharpGen.Runtime.
The API as still experimental and may change between release, make sure to take look at CHANGELOG
Library development, contributions and bugfixes by:
- Amer Koleci
SharpDX bindings where used for some platforms to understand how mapping work using SharpGenTools.
In order to compile, you need to install Visual Studio 2017 or newer with the components:
- Visual C++ Toolset Component
- Windows 10 - 1903 SDK (10.0.18362.0) Component
- .NET Core SDK
All packages are available as NuGet packages:
Nightly packages can be download by adding the NuGet feed "https://ci.appveyor.com/nuget/vortice-windows" to your NuGet.config
file:
<configuration>
<packageSources>
<!-- ... -->
<add key="myget vortice_windows" value="https://ci.appveyor.com/nuget/vortice-windows" />
<!-- ... -->
</packageSources>
</configuration>