A
A
Alexey Shumkin2016-04-07 09:39:10
linux
Alexey Shumkin, 2016-04-07 09:39:10

What are dependency tree visualizers?

There is a project. It has plugins. They use each other. It would be desirable to reveal implicit "rings". I want to visualize dependency graphs.
What are graph visualization tools?
I would like to give input, for example, a set: the vertices of graphs with their neighbors.
Something like:

unit1 -> unit2, unit3
unit2 -> unit3, unit4
unit3 -> unit4,
etc
and get a rendered graph at the output. At least in text form (as the same Git does with git log --graph)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
vaut, 2016-04-07
@ashumkin

Used graphviz.

A
Alexey Sidorov, 2016-04-07
@Gortauer87

In general, for C ++, doxygen can build a dependency graph for classes itself.

I
instigator21, 2016-04-14
@instigator21

https://sourceforge.net/projects/vloframework/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question