-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Just saw this project on the Go forum and tried it on my project.
Because of the large number of dependencies, the graph doesn't fit on one screen width:
I have seen force-directed layout used in various places for showing complex dependency trees. E.g. https://vega.github.io/vega/examples/force-directed-layout/ This might make large trees more manageable. It looks like modview uses SVG for the visualization, and I don't know what all is possible with that.
Another thing that could make it more manageable is the ability to "delete" unused dependency links, so that dependencies that aren't actually used in the final product don't clutter the view.
Metadata
Metadata
Assignees
Labels
No labels