9 lines
226 B
Kotlin
9 lines
226 B
Kotlin
import hep.dataforge.vision.plotly.withPlotly
|
|
import hep.dataforge.vision.renderVisionsInWindow
|
|
import hep.dataforge.vision.solid.three.loadThreeJs
|
|
|
|
fun main() {
|
|
withPlotly()
|
|
loadThreeJs()
|
|
renderVisionsInWindow()
|
|
} |