<@U4FKGP36U> FXML is supported by the framework
# tornadofx
k
@libcmg FXML is supported by the framework
l
kastork: I'm aware, thanks. I recently became attached to the DSL for GUI building, though.
k
me too, I love the builders
l
kastork: I was hesitant at first because I worked with WPF/XAML on Windows as my first GUI framework, then I used FXML with JavaFX. But I started using builders and fell in love after I got used to them.
Plus the performance benefit is nice
No having to wait for FXML to inflate
k
I've wondered about the notion of writing XSLT transforms that would convert FXML to builder code
but it would be a one-way thing, so I'm not sure of the real value
other than maybe helping with migration from FXML to builders
l
Hmm. I can definitely see it's use case
e
That wouldn't be too hard, maybe a bit tedious to support all details, but still. We could then add a "Convert to Builders" inspection to the plugin. That would be cool.