SwiftDocOrg / GraphViz

A Swift package for working with GraphViz
MIT License
290 stars 34 forks source link

Render graphs using libgraphviz #13

Closed mattt closed 3 years ago

mattt commented 3 years ago

Currently, graphs are rendered by spawning a new process to the named tool (e.g. /usr/bin/dot). This PR adds a Clibgraphviz system library target and renders a graph directly through the GraphViz library.