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
« Ideally Atlas would output a graph representation that is not only useful for GraphViz. Maybe in JSON and then some external tool would render that in the browser. » Araq from this forum post.
The text was updated successfully, but these errors were encountered:
dlesnoff
changed the title
Improve Graph Representation of dependencies
Improve Graph representation of dependencies
Jun 16, 2023
The problem is not that the graph representation is bad (though it might be), the problem is that we don't dump out a graph representation that is more common and flexible than the .dot-file format.
dlesnoff
changed the title
Improve Graph representation of dependencies
Improve output format of dependencies graph
Jun 19, 2023
Currently, it is possible to output the dependencies with a graph representation using GraphViz.
See: https://github.com/nim-lang/atlas/blob/master/src/atlas.nim#L446
« Ideally Atlas would output a graph representation that is not only useful for GraphViz. Maybe in JSON and then some external tool would render that in the browser. » Araq from this forum post.
The text was updated successfully, but these errors were encountered: