Hi folks I'm exploring converting an android app to instead be a kotlin desktop app for Linux. Currently the app uses compose, has video playback and does some 3d rendering with filament. Think of it as a fitness app with some 3d and video surfaces with compose controls/widgets overlayed. I've been able to get filament, video playback and compose all working in a Linux desktop app. Now comes the hard part - I can't figure out if it's possible to overlay the parts. Ideally I want to have a video background with a 3d model in middle of screen and some compose buttons around it. I've tried searching the interwebs and can't tell if this is possible. I'd appreciate any help in transparency or any type of compositing of native surfaces and compose desktop. Thank you ♥️