TornadoFX only runs on the JVM. You can’t use it from Kotlin/Native
d
deactivateduser
09/23/2019, 2:06 AM
Hmm... So most of desktop UI project are kotlin JVM type. It's really hard to find native GUI type projects to learn
a
Arkadii Ivanov
09/23/2019, 8:18 AM
There is no stable and ready to use native UI library AFAIK. I played with GTK3 without any library (directly via c-interop) - it works and is fine for very simple apps. But there were a lot of boilerplate, so for bigger apps bindings are required.