Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.46 KB

Readme.md

File metadata and controls

44 lines (24 loc) · 1.46 KB

logo

Maintenance GitHub license PRs Welcome Open Source? Yes! Awesome Badges

TornadoFX starter app

Sample TornadoFX starter app with enabled coroutines.

I use this template to start my apps.

How to run

    gradlew run

tornado fx starer app

What is TornadoFX?

When you have to develop a desktop applications and don't want to use Swing or JavaFX. But something better. It's something like SwiftUI - but in kotlin.

more info here

How to contribute

Create a pull request! I'm more than happy to see your suggestions.


Inspired by @mikegreat - who showed me TornadoFX and taught a lot about Kotlin.