@gaetan probably not webasm for me. something along the lines of a raspberry pi, which could stream plots of sensor data to a browser connected over a network
g
gaetan
11/21/2017, 3:10 PM
I’m not sure to understand why you need a native viz tool if the browser is going to perform the rendering. It could be managed by a js application.
k
kyonifer
11/21/2017, 3:20 PM
native-embedded tool, not necessarily written entirely in kotlin. so something that has an embedded webview and does the rendering in js what im talking about, which might be the same as what you're referring to (a js application)
kyonifer
11/21/2017, 3:24 PM
im suggesting the rendering could be done in js, and kotlin/jvm could spawn a JavaFX WebView to embed the js rendering code, and kotlin/native could spawn e.g. a GTK WebView to embed the js rendering code