Description
I found dep-tree after I used obsidian for a while as a note-taking app. It comes with a graph view of your notes and how they relate to each other by creating links and or tags in the notes themselves.
The graph view there is 2D, which I found created a much better insight into the structure of my notes. It was also really easy to navigate, and I wanted a similar overview for my code, such that I stumbled onto dep-tree.
With dep-tree, I'm absolutely loving the concept, but I find that the 3D view can be cluttering and difficult to navigate, especially for more coupled code.
Also finding a reference point for the camera seems to be a bit awkward at times, as is only natural with a 3D visualization
It would be really nice if there was support for a 2D view where the graph is put on a canvas, such that the end user can drag the whole graph at once (dragging the canvas/page), but also drag individual nodes away from the group, which allows the end user to 'declutterify' their own code up to a certain point.
Are there any plans for such a feature?