TornadoFX is better or GTK with kotlin-native ?
# kotlin-native
d
TornadoFX is better or GTK with kotlin-native ?
r
TornadoFX only runs on the JVM. You can’t use it from Kotlin/Native
d
Hmm... So most of desktop UI project are kotlin JVM type. It's really hard to find native GUI type projects to learn
a
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.
👍 1
d
Yahh.. that's an issue
j
You can use libgui for now, it is fairly mature