layout | title |
---|---|
home |
Github Pages for Non-Developers: Build Web Portfolios From Scratch |
Generates useful component dependency visualisations (dot
or d3.js
) to study the architecture of C/C++ projects.
Why do all the other languages have awesome tools to analyse codebases but C/C++ does not?
It's time to change that.
This tool aims to -
- provide multiple views into the architecture of a codebase
- generate views at multiple levels of the architecture
- make the resulting views genuinely useful, rich, dynamic and interactive (static views are boring)
This tool is inspired by a number of projects rubrowser, cpp-dependencies and objc-dependency-visualizer.
The pretty d3
visualisations are directly copied from objc-dependency-visualiser
.
A huge shout out to the people behind these projects.