2021-03-07 16:19:43 +03:00
|
|
|
import space.kscience.dataforge.misc.DFExperimental
|
2021-05-05 15:28:06 +03:00
|
|
|
import space.kscience.visionforge.plotly.PlotlyPlugin
|
2021-06-30 18:33:46 +03:00
|
|
|
import space.kscience.visionforge.ring.ThreeWithControlsPlugin
|
2021-05-05 15:28:06 +03:00
|
|
|
import space.kscience.visionforge.runVisionClient
|
2020-12-29 15:00:11 +03:00
|
|
|
|
2021-03-01 21:33:25 +03:00
|
|
|
@DFExperimental
|
2021-05-05 15:28:06 +03:00
|
|
|
fun main() = runVisionClient {
|
|
|
|
plugin(PlotlyPlugin)
|
2021-06-30 18:33:46 +03:00
|
|
|
plugin(ThreeWithControlsPlugin)
|
2020-12-29 15:00:11 +03:00
|
|
|
}
|