Click here to Skip to main content
15,895,423 members
Articles / Programming Languages / C#

WPF Hosting SharpDX

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
27 Jul 2023MIT8 min read 6K   239   12  
Examples of WPF applications using DirectX11 managed code (SharpDX and C#) based on Microsoft interop solution
Microsoft provides WPF DirectX Extensions that allows to easily host DirectX 10 and DirectX 11 C++ content in WPF applications. This article presents how to use this package with managed code (SharpDX and C#). It also give an example and a few indications for the porting of existing WinForms / SharpDx applications into a WPF application.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
France France
Former software engineer now retired. Born in 1948. Started programming in 1970 and has the secret ambition to become the oldest active programmer on this planet.

Comments and Discussions