lightningkite / koolui

Kotlin cross-platform UI
48 stars 3 forks source link

[Question] Javafx + Kotlin/Native #1

Open mataide opened 5 years ago

mataide commented 5 years ago

Its possible to use JavaFx + kotlin/Native with your library? So I dont need to use JVM?

Dominaezzz commented 5 years ago

JavaFx cannot not run without JVM. You can use this library to write UI that is independent of JavaFx but will run on it or K/N.