Is there a better option for a wasm built plotting gui than #Sokol and #dearimgui with #ImPlot?
I considered #Raylib, and to some degree #qt widgets (but that’s a huge impact on the build and environment requirements).
In the case of raylib, as far as I can tell there is no implot equivalent to rgui so I’d have to implement an imgui backend for it which I’m not entirely certain is worth the effort?