3d rendering: uwp c# and c++

Gareth Williams 46 Reputation points
2021-09-16T13:53:27.533+00:00

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)
Windows development | Windows API - Win32
0 comments No comments
{count} votes

Answer accepted by question author
  1. Castorix31 91,501 Reputation points
    2021-09-16T14:11:48.257+00:00

    In UWP, 3D rendering can be done with SwapChainPanel


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.