Hi, all, I'm trying to start compose desktop app o...
# compose-desktop
s
Hi, all, I'm trying to start compose desktop app on raspiberry pi 3/4 with lite os and manually installed X11, I start the jar alone, but the performance is quite dispiriting. But the glxgears works fine. Are there any optimizations or parameters to optimize app performance? (Kotlin 1.8.20, compose 1.4.0, jdk17) #linuxarm64 #hardwareacceleration
i
In compose 1.5.0, jetbrains started to add some hardware acceleration support, but it is implemented just for Mac OS at the moment. I've seen some commits on skiko with linux hardware acceleration support, but I'm not sure when it will arrive in compose. Also, be aware that initial linux hardware acceleration could support only a few backends that may not include raspberry pi. I would recommend testing using official raspbian, since the drivers included there are the most refined for RPi.
s
thanks! is there a special issue or roadmap to follow at github?