Skip to content
Edvin Syse edited this page Dec 16, 2016 · 8 revisions

Important note

We gradually migrate all content to the Guide. In fact, most of it is already there, but we will keep the Wiki in it's current form until the migration is complete. Then the Wiki will turn into a Cookbook with small, targeted examples.

New content is only added to the guide, but we'll try to provide links to the new chapters here

Tornado FX is a small and light JavaFX Framework for the Kotlin programming language. Features include dependency injection, type safe builders, type safe CSS, property delegates, async task execution, a REST client, an MVC-like programming model and other small improvements to the Java FX platform, often implemented as extension functions to ensure close to zero performance overhead.

The principal design goal is to facilitate beautiful, concise and readable Kotlin kode and a DSL-like aproach and to cut boiler plate code to the absolute minimum. Tornado FX is compatible with other libraries you might add to your application, like ReactFX, RxJavaFX, and Kovenant.

Please see the complete Documentation to get started.