Skip to content

Aminator/Vortice.Windows

 
 

Repository files navigation

Vortice.Windows

License: MIT Build status NuGet

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

Credits

Library development, contributions and bugfixes by:

  • Amer Koleci

SharpDX bindings where used for some platforms to understand how mapping work using SharpGenTools.

Build

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

Download

All packages are available as NuGet packages: NuGet

Nightly packages can be download by adding the NuGet feed "https://www.myget.org/feed/vortice_windows" to your NuGet.config file:

 <configuration>
   <packageSources>
     <!-- ... -->
     <add key="myget vortice_windows" value="https://www.myget.org/F/vortice_windows/api/v3/index.json />
     <!-- ... -->
   </packageSources>
</configuration>     

About

Windows and UWP libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%