cljfx

https://github.com/cljfx/cljfx
lvh 2020-08-07T12:31:06.193700Z

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?

lvh 2020-08-07T12:31:15.194Z

(I got it from a 3rd party java project for importing meshes)

vlaaad 2020-08-07T12:41:00.194400Z

ext-instance-factory with (constantly my-node)