Ivan Matkov
Ivan Matkov
Currently you can use skia API directly (`org.jetbrains.skia.*`). Please note that it's part of [skiko](https://github.com/JetBrains/skiko) library with no public API stability guarantees for now. There is an internal [demo](https://github.com/JetBrains/compose-multiplatform-core/pull/560) with...
> Is there a workaround like somehow use GPU acceleration? Compose uses GPU acceleration by default. Software renderer is only used as a fallback (also might be set via parameters)....
@m-sasha `LocalLifecycleOwner` should be available, yes. For sending events: `rule.scenario.moveToState(RESUMED)`
> The top systembar flickers when a popup is opened or closed due to the focus change It sounds expected if you open a focusable window > There is a...
I guess [my PR](https://github.com/JetBrains/compose-multiplatform-core/pull/915) will fix this too
@Kiryushin-Andrey Yes, kinda expected. Rendering interop views above Compose is still default and documented behavior. However, Compose Multiplatform 1.6.0 includes my change (from the comment above) that adds a new...
> Will this be available in 1.6.10? No
@tipsypotato this code snippet makes me think that it's probably related to https://github.com/JetBrains/compose-multiplatform-core/pull/1356
Link to IDEA's YT: https://youtrack.jetbrains.com/issue/KTIJ-27360
@MohamedRejeb we have a few similar issues regarding "transparent interop" for different platforms - but it's likely not to be implemented due to various kinda fundamental reasons. Regarding this issue...