lindenb / makefile2graph

Creates a graph of dependencies from GNU-Make; Output is a graphiz-dot file or a Gexf-XML file.
MIT License
617 stars 63 forks source link

Feature: add new output format mindmaster txt & raw xml #41

Closed hrz-gh closed 6 months ago

hrz-gh commented 6 months ago

Add some formats for dynamically visualizing graphs with a large number of nodes

Use the 1.4.5 u-boot for comparison:

1713636263219

MindMaster screenshot:

1713635863210

Xml screenshot:

1713637006034
lindenb commented 6 months ago

Hi , thank you so much for the pull request. Unfortunately , I won't accept any more custom graph format. The tool already outputs like GEXF+XML format and it's quite simple to convert it to something else using a simple XSLT stylesheet.