Are ther any examples of cef usage?
# compose-desktop
a
Are ther any examples of cef usage?
j
I assume you've seen this, right? : https://github.com/JetBrains/compose-jb/tree/master/cef Currently [only not yet] supported on osx but I imagine supporting osx is just a matter of following roughly the same pattern.
a
It says it is NOT supported on osx. And yes, I am talking about this module. But I was wondering if I can use it as a library? Or should I copy all the code?
🤦 1
j
I think you copy, but cc @Igor Demin to confirm.
a
I am thinking about a very simple demo module for plotly.kt. All it needs is to open an URL produced by embedded ktor server. I have a demo for JavaFX, but I am looking forward to move to compose in future. I do not think I have time right now to work out the inner details, so I will wait until it is available as a library, but contributions are of course welcome. I think it could be a good showcase for Compose-Desktop.
i
It is not available as a library yet. We will provide it as a library when we resolve most of the issues.
a
OK, I will wait then. I think having charting library on compose would be nice
b
Any update on this ?