Question

I want do develope a 3D Cube in a metro app using c#. In a WPF Application I used a Viewport3DContral in a XAML-component. But this don´t exist in .Net Framework for windows 8. Have anybody expirience to develope a 3D Cube in a c# metro app. There exist DirectX for c++ applications. Is it possible to include a Direct3D App in a existing c# metro app? Maybe it exist a 3D-Engine for c# metro apps?

Was it helpful?

Solution

You can use SharpDx, it is a managed wrapper for DirectX.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top