Nikolay Igotti

Results 47 comments of Nikolay Igotti

Not sure if this is a feature request for Compose itself, guess creating library on top of Compose with such functionality is fully possible.

We support building ecosystem around Compose, and feature like that seems good candidate for an extension library.

We need to know what is your machine, OS and videocard. Also will `export SKIKO_RENDER_API=SOFTWARE` fix the problem?

Usually, this kind of issue comes from using operations with side effects, such as closing windows from `@Composable` which is not supported mode of operations use smth like `SideEffect {...

Very hard to say anything without reproducer.

Will `set SKIKO_RENDER_API=OPENGL` work for you?

@igordmn is it feasible to fix in OpenGL renderer as well?

What is your macOS version? Why do you need to control Skiko renderer?