lnvis

nanovg lightning network visualizer
git clone git://jb55.com/lnvis
Log | Files | Refs | README | LICENSE

commit df3c30a4e8e203095e5936e9eb98f34199d5b69d
parent b2f91acd1fdc697356a28c95ffcb417a68eb3635
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 18 Aug 2018 10:53:09 -0700

readme: how it works

Diffstat:
MREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -31,6 +31,19 @@ left click move + focus node right click filter node ``` +## How it works + +LNvis renders the Lightning Network channel gossip, which include nodes and the +edges (channels) between those nodes. + +* Channels are colored by the node that opened the channel + +* Channel widths are rendered proportional to the capacity + +* Right clicking a node filters the view to that node and its neighbors + +* Dragging a node in any view will focus that node and its neihbors + ## Building Install dependencies (`glfw3`, `pkg-config`)