Got a bit of an advanced question here. Currently ...
# compose
z
Got a bit of an advanced question here. Currently it's not possible to overlay composable content on top of a SwingPanel. I wanna try to use libmpv to render a video in my application. One method I found that might actually work is using the opengl renderer directly. I'm wondering how I can access the underlying skia/skiko API and make a composable function that wraps all that complex logic up into. I'm thinking this can be done using Canvas but I'm never done this before
c
swingPanel? #compose-desktop?
z
I wanna avoid SwingPanel, because it overlays everything. I wouldn't be able to draw the player controls over top of the video.