hack up a simple force layout algorithm
forgot to check in edge.go
try to add arrowheads
This repository contains a collection of widgets and programs for the Fyne toolkit. In general, code in here should not be considered production-ready. Most of it is either things I'm experimenting with, or prototypes of things I will later upstream. Expect backwards-incompatible changes without warning.
If you have a question, comment, or patch, you should send it in via my public inbox.
The viewport widget provides a canvas-like object which can be zoomed and panned.
The graph widget implements a graph visualization widget which supports directed and un-directed edges. Widgets can be embedded within nodes, and nodes can be moved around.