In UWP, 3D rendering can be done with SwapChainPanel
3d rendering: uwp c# and c++
Gareth Williams
46
Reputation points
I have a uwp app written in c# - all is well with that.
I want to add a 3d rendering feature to render a trajectory of a projectile.
I understand that direct 3d is written in c++, I am very proficient in c++.
Since my app is c#, however can I incorporate c++ code into it to do direct 3d rendering onto the screen?
I have been looking at the 3d game sample project.
The app starts life as c++.
I am starting the other way around with c#
Is this possible with my existing app?
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Windows development | Windows API - Win32
Answer accepted by question author