visionforge/playground/src/jsMain/kotlin/playgroundMain.kt

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()
}