Compose desktop is getting slower I tried to run t...
# compose-desktop
m
Compose desktop is getting slower I tried to run the demo in this article and it uses compose desktop 0.4.0 Then I used the same code with the latest version 1.5.0-beta02 and I realized that the fps is lower. Is it something related to compose in general or a problem with compose desktop specifically, I'm not sure but I hope that the demo in this article could be helpful to do some improvements. I'm going to give it a try on Android as well to see if it's a problem related to desktop or Compose in general https://dev.to/gz_k/jetpack-compose-desktop-rendering-performances-4992
👀 3
v
Hello! Thank you for the information, we’ll take a look.
thank you color 1
i
It seems the regression is in Skiko/Skia: https://github.com/JetBrains/compose-multiplatform/issues/3543 We will look further
m
Thanks! I think that this could be a great performance improvement. I'm working on a drawing app, so fps is really important to me.