SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
149 stars 21 forks source link

Add JavaFX back-end #5

Closed altavir closed 4 years ago

altavir commented 5 years ago

Requires #4 to properly use JavaFX tabs.

natanfudge commented 5 years ago

I think you should take a look at Jetpack Compose. It's not near ready or compatible with platforms other than Android right now, but it could be ported to other platforms in the future. Some related discussion in the data2viz forums: https://forum.data2viz.io/t/jetpack-compose-and-data2viz/74

altavir commented 5 years ago

@natanfudge I do not plan to support Android in near future. I think the web-front will suffice for it. Using Jetpack just to run the browser inside it seems to be an overkill.

altavir commented 5 years ago

Currently implemented in dev branch. There is still a problem with dynamic updated. FX browser seem to break ktor websockects: https://github.com/ktorio/ktor/issues/1275