Repo for WPF DX Interop support
Перейти к файлу
Rob Relyea 93d0ed9728 .gitignore for VS 2015-09-10 11:37:56 -07:00
samples/D3D11Image WpfD3DInterop sample application 2015-09-09 15:02:27 -07:00
src D3D11Image - A subclass of D3DImage which supports rendering Dx10 or Dx11 content into WPF. 2015-09-09 14:54:58 -07:00
.gitignore .gitignore for VS 2015-09-10 11:37:56 -07:00
LICENSE Create LICENSE 2015-08-18 07:31:23 -07:00
README.md Update README.md 2015-09-10 08:16:12 -07:00

README.md

WPF DirectX Extensions

WPF DirectX Extensions allow you to easily host DirectX 10 and DirectX 11 content in WPF applications.

Getting Started

Where to get it

Resources

More Info

Code Example

//TODO

Using WPF DirectX Extensions

The documentation explains how to install Visual Studio, add the WPF DirectX Extension NuGet package to your project, and get started using the API.

Building WPF DirectX Extensions from Source

What You Need

Build and Create WPF DirectX Extensions NuGet

  • Clone the Repository
  • Open the solution in Visual Studio
  • Change Build Configuration to Release
  • Build [Shift + B]
  • Run scripts/CreateManagedNuGet.cmd