This commit is contained in:
Rob Relyea 2015-09-10 11:36:19 -07:00
Родитель aa8700bcc4 9bf2462270
Коммит 2c8d82a910
1 изменённых файлов: 44 добавлений и 2 удалений

Просмотреть файл

@ -1,2 +1,44 @@
# WPFDXInterop
Repo for WPF DX Interop support
# **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**
- NuGet package
- [Source Code](https://github.com/Microsoft/WPFDXInterop)
**Resources**
- [Documentation](https://github.com/Microsoft/WPFDXInterop/wiki)
- [Samples](/samples)
**More Info**
- [Report a bug or ask a question](https://github.com/Microsoft/WPFDXInterop/issues)
- [Contribute](https://github.com/Microsoft/WPFDXInterop/blob/master/CONTRIBUTING.md)
- [License](http://opensource.org/licenses/MIT)
- [FAQ](https://github.com/Microsoft/WPFDXInterop/blob/master/FAQ.md)
Code Example
------------
//TODO
Using WPF DirectX Extensions
-------------------
The [documentation](https://github.com/Microsoft/WPFDXInterop/wiki) 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**
- [Visual Studio 2015](https://www.visualstudio.com/features/windows-apps-games-vs)
**Build and Create WPF DirectX Extensions NuGet**
- [Clone the Repository](https://github.com/Microsoft/XamlBehaviors)
- Open the solution in Visual Studio
- Change Build Configuration to Release
- Build [Shift + B]
- Run scripts/CreateManagedNuGet.cmd