Skip to content
Eugen Kiss edited this page May 4, 2014 · 30 revisions

More Functionality

The library currently contains only as much functionality as is needed to make the few examples int the kotlinfx-demos subproject look good. Naturally, there is much functionality still to add.

More Examples

Currently there are far too few examples in the kotlinfx-demos subproject.

KotlinFX Ensemble could use some help!

Code Generation

I suspect a lot of layer code could be generated instead of manually specified in particular the extension properties.

TODO: This could help: https://github.com/JetBrains/kotlin/tree/master/libraries/stdlib

Animation DSL

One eye-candy feature of JavaFX are animations. ScalaFX provides a tailored syntax for animations. KotlinFX should have this, too.

CSS DSL

It would be cool if KotlinFX provided a type-assisted CSS DSL.

Documentation Reuse

It'd be great if the JavaDoc from JavaFX could be injected into the builders and extension properties. But I don't know how feasible this is.

Clone this wiki locally