Kotlin / kandy

Kotlin plotting library.
https://kotlin.github.io/kandy/
Apache License 2.0
535 stars 11 forks source link

Support compose multiplatform #270

Open devcrocod opened 6 months ago

devcrocod commented 6 months ago

lets-plot has introduced compose support - https://github.com/jetbrains/lets-plot-skia

It is necessary to support multiplatform in Kotlin dataframe - https://github.com/Kotlin/dataframe/issues/24

devcrocod commented 6 months ago

Support for the following targets:

  1. JVM
    • Android
    • Compose Desktop
    • macOS
    • Windows
    • Linux
    • Java Swing #283
  2. Native
    • iOS
IlliaMel commented 6 months ago

Support for the following targets:

  1. JVM
  1. Native
  • iOS

Hello , so is it possible to use it for android ? May be u have some examples ?

devcrocod commented 6 months ago

Sorry, I was on vacation

We gonna add examples and instructions for using Kandy and Lets-plot for building plots on Android platform #289

Also it maybe useful for you: https://github.com/Kotlin/kandy/issues/272#issuecomment-1861441463

vdshb commented 6 months ago

It would be nice to see JS/WASM targets in the roadmap as well.