dep-graphV is an useful development tool,
written in C++ and powered by Qt and GraphViz, that creates a graph of your codebase,
by parsing every #include statement found in the project's root folder.
It is helpful when you need to analize and visualize the dependecy tree,
highlightining cycles and "useless paths", and It means, in short, that you could drastically
reduce build times, especially when working on large-scale projects.
Features
- CMake based build, so it's easy to switch between different platforms/IDEs;
- Build against Qt4 or Qt5 by simply changing QT_USE_QT5 variable value in CMake;
- OpenGL rendering support;
- Optional recursive folder scan;
- Customizable file extension filters (for both header and source files);
- Graphs can be saved as images or in GraphViz dot format;
- Localized user interface;
- Persistent user settings
Categories
DesignLicense
MIT LicenseFollow dep-graphV
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of dep-graphV!