I want to make a cross-platform desktop application in Kotlin (don't care about mobile) with decent accessibility and a GUI toolkit that doesn't feel like pulling teeth to use (so... probably not JavaFX). Ideally something where I can write HTML and CSS for the UI, but actually control it from Kotlin. What are my options?
Tim McCormack
04/04/2023, 2:26 AM
I've been using JavaFX and Tornado and it's just... such a slog. Positioning and styling are so much harder than they are in HTML, and the development cycle time is minutes instead of seconds. Pretty rough.
Tim McCormack
04/04/2023, 2:27 AM
But I also really don't want to have to use Javascript. :-)
Tim McCormack
04/04/2023, 3:07 AM
(Don't get me wrong, tornadofx takes a lot of the pain out of JavaFX. But it's still really awkward to use.)