Going to do GUI for the first time in kotlin for a...
# getting-started
g
Going to do GUI for the first time in kotlin for a small project, what would be a good, relatively simple to work with framework?
🙌 1
Some more info: I have 0 experience with swing, javafx or any other GUI framework made for jvm-based languages.
a
g
@Alejandro Rios Huh? I'm asking for reccomandations on what GUI framework to use.
a
oh, sorry, my bad
r
And what is your target? Mobile? Desktop? Web?
g
Desktop, using Kotlin/JVM
r
So check #tornadofx or #compose-desktop
g
#tornadofx looks good, thanks!
c
@Grian jetpack compose (android #compose) or desktop (#compose-desktop) is pretty cool. Its new, but its easy to use and a lot of the simple things just work really nicely with compose. You can build a simple single button app in like 30 seconds with the wizard included in intellij