You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can still use the html with js in it to hide nodes;
but now that we have a live REPL connection, we can actually recompute too :)
(maybe even with transition (position interpolation) between old and new node positions, as magjac does?)
(i.e: difference between 'just hide' and remove from graph)
The text was updated successfully, but these errors were encountered:
An Electron app (programmable web display) is also just useful because the default svg viewer (Firefox/Chrome) sucks.
So: panning and zooming of svg :)
(Don't need live app for that tbf, could also be html gen)
But yeah, that's closely tied with this: can just 'export' the html (+css+js) used in the blink window.
React, probably, right
A generalisation of
(it even linked to [Blink])
We can still use the html with js in it to hide nodes;
but now that we have a live REPL connection, we can actually recompute too :)
(maybe even with transition (position interpolation) between old and new node positions, as magjac does?)
(i.e: difference between 'just hide' and remove from graph)
The text was updated successfully, but these errors were encountered: