What can i use for windows or linux native ui that...
# kotlin-native
b
What can i use for windows or linux native ui that wouls support styling? I've looked at libui, but that doesn't seem to support styling. It doesn't have to be cross platform
p
Isn't it possible to just use for example the native win32 api for styling on windows?
d
imgui?
b
@Patrick any examples on how that would look like in kotlin?
@Dominaezzz imgui is for JVM, not native
d
It's a C++ library.
b
d
Ah. That one. I'm working on native bindings anyway. Would imgui suit your needs?
p
Use the official documentation + K/N C interop and it should work
b
My only requirement is basic elements such as buttons with styling support
So yes, K/N bindings would be very welcome 😄
d
👍🏼 Will post here once it's published.
b
Can you share the repo for inspectio now? I was looking for some cinterop example anyways 🙂
m
TornadoFX?
b
@Mikołaj Kąkol also JVM and not native
s
With all these different attempts to build cinterop into existing libs. Would it be beneficial to document them some where, kotlin awesome, or something similar?