Replies: 1 comment
-
I'm afraid you cannot embed JavaFX. You can use AWT and embed korge as an awt component though. You have an example of this here: In any case, my suggestion is to use the UI components KorGE provides: https://github.com/korlibs/korge/tree/f448b148c5d1da60e32359df03538f1ecf118473/korge/src/commonMain/kotlin/com/soywiz/korge/ui There is also a pending PR for integrating JetPack compose inside KorGE: #485 not merged yet until it is stable enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like JavaFX?So i can use a easy way to build a ui for my game.
Beta Was this translation helpful? Give feedback.
All reactions