Hi i am trying to run compose app on raspberry pi ...
# compose-desktop
f
Hi i am trying to run compose app on raspberry pi 3. I have simple app with button and counter and it is for some reason laggy (The button ripples). Is compose really that performance heavy that raspberry pi 3 could not handle it ? If i create similar UI in javaFX it runs smooth. Does anyone know if there is something that I could be doing wrong or compose is just not suitable for raspberry pi 3 ?
I forgot to add that i am building the app on linux x86_64 and because there is no uber-jar for different platforms (https://github.com/JetBrains/compose-jb/issues/518) I am using
shadow
gradle plugin to create the uber-jar for me with compose dependency like this
implementation(compose.desktop.linux_arm64)
o
Think Raspberry Pi 400 would be more suitable to run Compose as it had decent graphical hardware
f
also i noticed
Cannot create Linux GL context
output on application start. So i guess i will use TornadoFx then 😢