@nikolavojicic has joined the channel
What's like, the inverse of instance ? instance gets me the javafx object given a map (I think?) -- I have a JavaFX Node (specifically a Group), how do i put it in my cljfx node tree?
https://github.com/cljfx/cljfx#included-extension-lifecycles
ext-instance-factory with (constantly my-node)
Thanks!
(I got it from a 3rd party java project for importing meshes)