High-level question: I'm trying out `compose-deskt...
# compose-desktop
e
High-level question: I'm trying out
compose-desktop
in a side project of mine (so I'm really new to this tool), and I'd like to be able to integrate it with a 3rd party rendered component (specifically
lets-plot
). I see that the component specifies that it can be rendered with JavaFX and Apache Batik but I'm not seeing a way to be able to render the component using the compose desktop API. I was assuming there would be some sort of panel I could use to be able to position the graph, and then let the component handle the rendering, but perhaps I'm wrong. Does anyone here have any ideas of what I am missing, or is this even possible?
Thank you! This is super helpful. I'll have to do some fiddling with this to get this working, but it gives me some stuff to try.