2021-01-26 21:05:56 +03:00
|
|
|
//import hep.dataforge.vision.plotly.withPlotly
|
2021-02-24 22:48:17 +03:00
|
|
|
import hep.dataforge.vision.plotly.usePlotly
|
2021-01-12 12:52:22 +03:00
|
|
|
import hep.dataforge.vision.renderVisionsInWindow
|
2021-02-24 22:48:17 +03:00
|
|
|
import hep.dataforge.vision.solid.three.useThreeJs
|
2020-12-29 15:00:11 +03:00
|
|
|
|
|
|
|
fun main() {
|
2021-02-24 22:48:17 +03:00
|
|
|
usePlotly()
|
|
|
|
useThreeJs()
|
2021-01-12 12:52:22 +03:00
|
|
|
renderVisionsInWindow()
|
2020-12-29 15:00:11 +03:00
|
|
|
}
|