Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Wireviz/Graphviz Rendering #5

Open
sphawes opened this issue Apr 1, 2024 · 0 comments
Open

Add Support for Wireviz/Graphviz Rendering #5

sphawes opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sphawes
Copy link
Member

sphawes commented Apr 1, 2024

There exist some great web renderers for Graphviz source. Adding in the ability to view a cable harness using a .gv file generated by wireviz would be a great addition.

Seems to be doable quite easily using this tool, by URL: https://dreampuf.github.io/GraphvizOnline/?url=https://gist.githubusercontent.com/timabell/da08616ecb8693d524b8eab3b7b51018/raw/0e205c341b40641206a55c9f96b5db9b8fa581bc/graph.gv#digraph%20%7B%0A%09a%20-%3E%20b%0A%09a%20-%3E%20c%0A%09b%20-%3E%20d%0A%09c%20-%3E%20d%0A%7D%0A%0A%0A

@sphawes sphawes added the enhancement New feature or request label Apr 1, 2024
@sphawes sphawes self-assigned this Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant