Are there any ideas to make something like SceneBu...
# tornadofx
v
Are there any ideas to make something like SceneBuilder but for TornadoFX, considering that TornadoFX does not use Scenes -- ViewBuilder?
n
Hey I started to implement a ViewBuilder a while back in the tornadoFx-intellij-plugin but I currently don't have time to work on it
v
Interesting, is it open?
e
Just to be clear, we use Scenes in exactly the same way as a stock JavaFX app, but you don't normally need to concern yourself with the Scene. It's available if you need to access it though.
v
Oh, right, I'd formulated it in another way: TFX has own concept of Scenes -- Views (replaces Scenes with Views)
e
Yeah, when a View is used as a top level window 🙂
s
I have a rebased version of @nimakro's branch that I uses gradle here: https://github.com/SiebelsTim/tornadofx-idea-plugin/tree/feature/view-builder?files=1 It's should be rebased again however
n
I hope to have some time to work on this on my way to kotlinkof :-)
👍 1