#Embed Bevy in Druid GUI

4 messages · Page 1 of 1 (latest)

lapis grove
#

I would like to embed the Bevy application in my GUI built with Druid. Something similiar to other softwares like Paraview (https://www.paraview.org/). I have attached an image of Paraview. How can I face this goal?

granite vortex
lapis grove
#

But what is the pros to develop a backend instead of using the custom render directly? The custom render would replace Bevy to make the embeddedness fully customizable.

In the meantime and as a workaround, I thought of rendering the two windows and then embed the Bevy one (with always on top) into a Druid widget. I would have to make the Bevy window size dependent on Druid widget size.

granite vortex