Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqk2811/tqklibrary.wpf.interop.directx
https://github.com/tqk2811/tqklibrary.wpf.interop.directx
directx wpf
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tqk2811/tqklibrary.wpf.interop.directx
- Owner: tqk2811
- License: mit
- Created: 2022-10-10T18:20:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T13:58:48.000Z (over 1 year ago)
- Last Synced: 2024-04-27T05:32:57.451Z (7 months ago)
- Topics: directx, wpf
- Language: C++
- Homepage:
- Size: 194 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TqkLibrary.Wpf.Interop.DirectX
[WPFDXInterop](https://github.com/microsoft/WPFDXInterop) but P/Invoke version for Net5 or higher.
Get it on [Nuget](https://www.nuget.org/packages/TqkLibrary.Wpf.Interop.DirectX/) or [Release](https://github.com/tqk2811/TqkLibrary.Wpf.Interop.DirectX/releases)______________________
# Sample code
Same as [WPFDXInterop](https://github.com/microsoft/WPFDXInterop) but different namespace.```xaml
```
Note: Make sure set your project build target to `x86` or `x64`
Require: C++ 14 (install [vc_redist](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) 2015 x86/x64 or higher)# LICENSE
MIT