Skip to content

First release

Pre-release
Pre-release
Compare
Choose a tag to compare
@d3rail0 d3rail0 released this 23 Jan 10:43
· 2 commits to main since this release

Dependency resolver tool

Basic functionality of dependency scanning and graph visualization with node layering support.

In this version, node layering implements only two algorithms:

  1. Longest-path layering
  2. Proper layering

The resulting graph will not be visually pleasing until more filtering is done on node placements. Nevertheless, it does detect cycles, displays warnings and highlights at least one edge involved in one or more cycles.

This version doesn't support visualizing graphs with no source vertices.