I am currently making a simple 3D model viewer using cefsharp and babylon.js in wpf.
https://github.com/Ozymandias1/wpfbabylon
This method is good for me, but I think there will be some disadvantages in performance because it goes through several steps for viewing models.
So I was going to try using Babylon native, but now I think it only supports C++.
I know it’s still under development, but I’m wondering if you have any plans to support Winform or WPF after the stable build version.
best regards