diff --git a/README.md b/README.md index 60e55557..806a7ba7 100644 --- a/README.md +++ b/README.md @@ -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/).