JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
16.35k stars 1.18k forks source link

Screen flickering On WIndows Desktop #4994

Closed jarvis1801 closed 5 months ago

jarvis1801 commented 5 months ago

Like this issue https://youtrack.jetbrains.com/issue/TBX-12282/Toolbox-keeps-flickering-screen-on-Windows-11

How can I set to OpenGL to render the application

MatkovIvan commented 5 months ago

How can I set to OpenGL to render the application

System.setProperty("skiko.renderApi", "OPENGL")

Closing as the question is answered and details to reproduce/debug "flickering" is not provided

okushnikov commented 3 months ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.