Insulator
A client UI to inspect Kafka topics, consume, produce and much more (by andrea-vinci)
tornadofx
Lightweight JavaFX Framework for Kotlin (by edvin)
Insulator | tornadofx | |
---|---|---|
1 | 10 | |
1 | 3,673 | |
- | - | |
0.0 | 1.1 | |
over 3 years ago | almost 2 years ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 only | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Insulator
Posts with mentions or reviews of Insulator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-12.
-
question: UI tool
This has a message producer, but I haven't used it much. https://github.com/andrea-vinci/Insulator
tornadofx
Posts with mentions or reviews of tornadofx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-30.
- JavaFX In Action with Daniel Zimmermann about JavaFX and Kotlin
-
Why was TornadoFX abandoned?
And yet, the Kotlin specific bindings for it have seemingly been abandoned, and have not received any updates in years: https://github.com/edvin/tornadofx
-
What library/framework would you recommend for creating a GUI desktop application?
Hi, at some point in the past I used mvvmFX and it was pretty nice to work with, but sadly it looks abandoned. So does drombler-fx which I remember looking into around that time. There was also tornado-fx (don't mind doing GUI code in Kotlin) but that's unmaintained now too. All that I could find today is Griffon, although that's clearly slowing down as well.
-
What are good examples of well written code in Kotlin (e.g HTTP4K)
TornadoFx (JavaFX framework for Kotlin)
- Ask HN: Does Java need a modern Java UI toolkit for desktop/web?
- TornadoFX
- what is the best way of implementing a GUI nowadays?
-
Is TornadoFx should be used in production ?
P.S. Yes, last official release is Java 8. But we all were using the last snapshot of https://github.com/edvin/tornadofx/tree/jdk10 published to Sonatype in the last years. Or tornadofx2 linked above.
- Kotlin Desktop - Which GUI library
-
Design Patterns for multi-screen JavaFX applications
If you are willing to consider Kotlin targeting JVM instead of pure Java, I would definitely recommend you to take a look at tornadofx. I have experience with both frameworks (mvvmfx and tornadofx), and I prefer the latter.