Will Babylon native plan to support Winform or WPF in the future?

I am currently making a simple 3D model viewer using cefsharp and babylon.js in wpf.
screenshot
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

1 Like

great question for @bghgary

We don’t currently have any plans to support Winforms or WPF directly, but we have designed the components to be integrated with anything. It should be possible to do it. We would need an interop layer to interface with the C++.

1 Like