slint
slint copied to clipboard
How to embed another independent process in a window for rendering?
like this:
How do I make it happen?
Embedding a native window is something that we've discussed before and that would seem to be in scope for Slint.
For the Qt and winit backends, this seems like a desirable feature to support. Given an external window id, it would be nice of the Slint language had an element that would make it easy to place this external window inside the main window. There may be caveats about the stacking or placement of other elements on top, but such limitations can be documented.