I’ve tried working with Kotlin/JVM with TornadoFX, but it’s startup time is about 15s, so I’d rather avoid that, as I’m working on an embedded platform.
Is there any GUI libraries, cinterop would work, that I could use for a commercial app for free?
I’ve seen this before, but is there a way to get it working on arm32hf?
And with that I mean cross-compilation?
I’m currently using colibri imx6 for the embedded platform.
Ok, I’ve started using the sample from Dominaezzz’s kotlin-imgui library, for the K/N, but I get errors thrown when trying to compile it for linuxArmHfp. error, my build.gradle.kts and my folder layout
It compiles and runs fine on the host, but it doesn’t get past the errors when compiling for the ARM32HFP.
And it’s true that I’ve missed this, where it states that currently supported platforms are LinuxX64 , MingwX64 and MacosX64, but it also states that JVM support is coming, so I think that it hasn’t been updated, as JVM support has been added 11 days ago.