SciNim / nim-plotly

plotly wrapper for nim-lang

Home Page:https://scinim.github.io/nim-plotly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support webview

brentp opened this issue · comments

see e.g.: https://github.com/numforge/monocle/blob/master/src/monocle/viz.nim from @mratsim
that uses https://github.com/oskca/webview

this could be either via when defined(webview) or another mechanism currently unknown to me.

Heh, good thing you add this as an issue. After I saw @mratsim using webview in monocle, I played around with it in plotly. Hacked it in and it works well.

I'll try to implement that cleanly soon and create a PR.