Skip to content

Add "Projects using d3-graphviz" section to README #331

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,18 @@ In order to run the tests you need [Node.js](https://nodejs.org/en/download/pack
* [Aaron Bycoffe](https://blocks.roadtolarissa.com/bycoffe) for the [Element rotation with point-along-path interpolation](https://blocks.roadtolarissa.com/bycoffe/c3849a0b15234d7e32fc) code.
* [Marcin Stefaniuk](https://github.com/mstefaniuk) for inspiration and learning through [graph-viz-d3-js](https://github.com/mstefaniuk/graph-viz-d3-js).
* [Ueyama Satoshi](https://github.com/gyuque) for inspiring growing edges through [livizjs](http://ushiroad.com/jsviz/).

## Projects using d3-graphviz

Feel free to
[submit a pull request](https://github.com/magjac/d3-graphviz/compare)
adding your own project.

* [graphviz-anywidget](https://github.com/pipefunc/graphviz-anywidget) -
Interactive Graphviz visualization widget for Jupyter notebooks using anywidget.
Graphviz is provided via WASM
([hpcc-js-wasm](https://github.com/hpcc-systems/hpcc-js-wasm)) and the
rendering is done using [graphvizsvg](https://github.com/pipefunc/graphvizsvg)
and [d3-graphviz](https://github.com/magjac/d3-graphviz), inspired by the VS
Code extension
[Graphviz Interactive Preview](https://github.com/tintinweb/vscode-interactive-graphviz/).