<https://github.com/smallshen/JWM-Compose> Use Jet...
# compose-desktop
s
https://github.com/smallshen/JWM-Compose Use Jetpack compose with JWM(https://github.com/HumbleUI/JWM) There are problems with keys (https://github.com/smallshen/JWM-Compose/blob/00cc0a31872a3220850f5e7f1af7c62e2eae292e/src/main/kotlin/club/eridani/compose/jwm/ApplicationWindow.kt#L115) It would be nice if someone could fix these problems (but I think compose-jb needs to make some awt hardcoded parts more "generic").
k
You need to be more specific about what the problems are, and file bugs on the relevant projects with enough info for devs to understand what it is that is not working
👍🏻 1
s
@Kirill Grouchnikov Keyboard related issue is fixed (translate to awt keyevent), but the problem is most stuff in compose is internal
androidx.compose.ui.ComposeScene
internal constructor made custom PlatformComponent possible. IME is not working properly https://github.com/JetBrains/compose-jb/issues/1736 JWM, Skiko is compatible with GraalVM, it is possible for compose desktop apps compiled to native with GraalVM. But the internal usage of some awt code made it impossible(actually can, but require extra configuration and the result is not in one binary, see https://github.com/oracle/graal/issues/3084#issuecomment-929071657)