msink / kotlin-libui

Kotlin/Native interop to libui: a portable GUI library
MIT License
650 stars 50 forks source link

Common UI for native and JVM ? #19

Open t-arn opened 5 years ago

t-arn commented 5 years ago

I'm thinking about writing applications that run natively, but also on the JVM. Is it possible to write one single gui code, using the kotlin-libui syntax ? Can the kotlin-libui library be extended, so it uses e.g. Tornado-FX, but still provide the same programming interface to the developer?

msink commented 5 years ago

Frankly - I don't know, and definitely will not do it myself. I just do not have enough free time and TornadoFX knowledge. But if someone volunteered - PRs are welcome. :)