compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Rendering problem on windows platform

Open Someonewow opened this issue 3 years ago • 1 comments

Apps built on the Windows platform, when the window is zoomed in and out, the rendering of the background does not seem to keep up, and some frames are dropped.

The project that demonstrates the problem is official example codeviewer

demo

Someonewow avatar Aug 16 '22 04:08 Someonewow

Try running with command line flag -Dskiko.vsync.enabled=false -- It's not a solution, really, but you could try and see how much Vsync is affecting things. Edit: Tried it myself and it didn't improve things much, so it wasn't that good of a suggestion. Same problem seems to exist on Linux but it refreshes faster on Linux than Windows on my machines.

esp-er avatar Aug 17 '22 11:08 esp-er

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

okushnikov avatar Jul 14 '24 17:07 okushnikov