Page 1 of 1

Hosting NoesisGUI inside WPF

Posted: 30 Mar 2021, 05:45
by wjchang
Our application is already written in WPF and we are looking to migrate part of it to Noesis GUI. I looked in the samples, and I can only find projects to integrate NoesisGUI into GLUT or DX applications. Is there a way to use NoesisGUI to render content into a WPF control?

thanks!

Wen

Re: Hosting NoesisGUI inside WPF

Posted: 30 Mar 2021, 12:37
by jsantos
Theoretically it is possible if you render noesis to a D3D texture and then that texture is rendered in WPF. We haven't tried it though (and we are not aware of any client doing it)