badass-runtime-example-kotlin-tornadofx
Using the Badass Runtime Plugin with Kotlin and tornadofx (by beryx-gist)
jpkg
Lightweight JVM packaging plugin for Gradle (by xcporter)
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
badass-runtime-example-kotlin-tornadofx | jpkg | |
---|---|---|
1 | 3 | |
4 | 5 | |
- | - | |
0.0 | 0.0 | |
over 3 years ago | over 2 years ago | |
Kotlin | Kotlin | |
Apache License 2.0 | MIT License |
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.
badass-runtime-example-kotlin-tornadofx
Posts with mentions or reviews of badass-runtime-example-kotlin-tornadofx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-02.
-
How to create an exe from TornadoFx and Kotlin
I've also tried several gradle plugins as you suggest (from the simple gradle jar, to a custom fatjar, to the badass plugin) and everything works properly while I'm on Manjaro Linux with OpenJDK-11. The problem though is that if I try to distribute the application to Windows, says to the friends of mine, they are still using JRE8 while I'm targeting JVM11...
jpkg
Posts with mentions or reviews of jpkg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-13.
-
Some Gradle plugins from my personal toolbox
JPKG
-
How to create an exe from TornadoFx and Kotlin
I'm doing a couple projects in that stack right now and I've found the jpackage tool to be pretty ok, you just need to be using JDK14+. To that end I actually ended up writing my own gradle plugin to manage everything in one place, especially for use in a CI/CD pipeline and do deal with all the codesigning requirements for mac. It's still very new and untested, but here is the repo with how to use it. Hopefully it will help somewhat.
What are some alternatives?
When comparing badass-runtime-example-kotlin-tornadofx and jpkg you can also consider the following projects:
compose-samples - Official Jetpack Compose samples.
shadow - Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
MetaView - A tool to parse Kotlin code into UML diagrams