Compose Desktop running on GraalVM <https://twitte...
# compose-desktop
s
👍 1
😮 4
graalvm 8
🔥 20
s
If anyone is interested
a
Do a comparison of startup times
s
Def graal aot start way faster
I made compose project under awt compile graal native image successfully almost 2 years ago(of course, tons of manual trick fix), the start up is way faster than normal jvm
a
once kotlin native is more mature and has done some performance work, I would LOVE a compose desktop native target 🎯
1
no embedded VM, smaller footprint, ect ect
the fact that flutter for desktop can compile to native is pretty nice
a
l
There's experimental support for macos native in Compose Multiplatform.
a
Yeah, not for Linux and Windows sadly :(
l
Maybe some day when iOS and others are stable, they'll be able to start work on that.
j
For anyone who is looking for the source code for a GraalVM compatible compose app, it can be found here: https://github.com/esp-er/compose-graal-hello
K 1
506 Views