chemicstry / recksplorer

Lightning Network Explorer
179 stars 72 forks source link

Feature: 3d view #4

Open realcodywburns opened 6 years ago

realcodywburns commented 6 years ago

Feature request: Feeding the graph data into something like ngraph.pixel to give a cleaner picture. https://github.com/anvaka/ngraph.pixel#demo

tyzbit commented 6 years ago

You might be able to just drop in the code from here. Or contact me on the LND slack for another 3D visualizer that shows capacities, average channel sizes, and counts the channels for each node.

chemicstry commented 6 years ago

Yeah, I could easily add other ngraph visualizers too, but all the highlighting and text features are hard to port. That's why I'm still hesitant to do it. Current view also needs a rewrite on webgl or canvas due to svg lag. I'm currently very busy so there is no ETA on that, but anyone is welcome to do a PR.