You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ This tool aims to -
17
17
18
18
## Inspiration
19
19
20
-
This tool is inspired by a number of projects [rubrowser](http://www.emadelsaid.com/rubrowser/) and [cpp-dependencies](https://github.com/tomtom-international/cpp-dependencies) and [objc-dependency-visualizer](https://github.com/PaulTaykalo/objc-dependency-visualizer).
20
+
This tool is inspired by a number of projects [rubrowser](http://www.emadelsaid.com/rubrowser/), [cpp-dependencies](https://github.com/tomtom-international/cpp-dependencies) and [objc-dependency-visualizer](https://github.com/PaulTaykalo/objc-dependency-visualizer).
21
+
22
+
The pretty `d3` visualisations are directly copied from `objc-dependency-visualiser`.
21
23
22
24
A huge shout out to the poeple behind these projects.
23
25
@@ -31,37 +33,39 @@ A huge shout out to the poeple behind these projects.
31
33
32
34
To generate the overall component depenency graph for a project, use it like so -
Below is the overall `dot` and `d3` component dependency visualisations for [leveldb](https://github.com/google/leveldb)
35
39
36
-
Below is the overall componet dependency graph for [leveldb](https://github.com/google/leveldb)
40
+

37
41
38
-

42
+

39
43
40
44
**NOTE** - If your project has a large number of components (> 100 and lots of connections between them), then generation (and subsequent rendering) may take some time.
41
45
42
46
### Individual component dependency graph
43
47
44
48
This will highlight the dependencies coming in and going out of a specific component. This allows you to filter out extraneous detail and study individual components in more detail.
0 commit comments