Git Product home page Git Product logo

Comments (36)

RomanHotsiy avatar RomanHotsiy commented on May 19, 2024 5

An interactive tool for representing GraphQL APIs structure: https://github.com/APIs-guru/graphql-voyager

from viz-js.

aterga avatar aterga commented on May 19, 2024 5

Here at ETH Zurich, we are working on a Visual Studio Code extension for a sound deductive verification tool Viper (viper.ethz.ch). The extension could be found here: https://marketplace.visualstudio.com/items?itemName=rukaelin.viper-advanced

We use Graphviz within the verification debugger of the symbolic execution engine for visualizing the heap structures as they are learned by the verifier. We were looking for a Javascript replacement of the binary Graphviz dependency, and viz.js seems to suit our requirements so far.

The verification IDE has been started as a Master's thesis project but is now continued beyond. See report here: https://www.ethz.ch/content/dam/ethz/special-interest/infk/chair-program-method/pm/documents/Education/Theses/Ruben_Kälin_MA_report.pdf

screen shot 2017-02-23 at 2 11 45 pm

from viz-js.

mattboehm avatar mattboehm commented on May 19, 2024 4

I'm using it for dottask, a browser-based digraph editor that lets you use a mouse/keyboard on the graph itself rather than modifying graphviz files.

2018-03-06 10 49 21

from viz-js.

raphaelbastide avatar raphaelbastide commented on May 19, 2024 3

Testing stuff without having to install Graphviz

from viz-js.

sverweij avatar sverweij commented on May 19, 2024 3

An atom package to write (and preview) GraphViz in Atom sverweij/atom-graphviz-preview-plus

from viz-js.

philn avatar philn commented on May 19, 2024 3

GStreamer pipeline visualisation!
pipeline-dump

https://github.com/philn/Radioplayer/commit/b3673d531d2a15ba79d91dc567cb749b7dd0e80e

from viz-js.

stephenfrancis avatar stephenfrancis commented on May 19, 2024 2

Process and organization charts

from viz-js.

mstefaniuk avatar mstefaniuk commented on May 19, 2024 2

Interactive online editor and fiddle for Graphviz available on http://graphviz.it. Also separate rendering component is available on https://github.com/mstefaniuk/graph-viz-d3-js

from viz-js.

magjac avatar magjac commented on May 19, 2024 2

I'm using it in the d3-graphviz plugin which adds:

  • Animated transition of one graph into another
  • Edge path tweening
  • Node shape tweening
  • Fade-in and fade-out of entering and exiting nodes and edges
  • Panning & zooming of the generated graph

See this small demo.

from viz-js.

jackycute avatar jackycute commented on May 19, 2024 1

Realtime collaborative markdown notes on all platforms.
https://hackmd.io

from viz-js.

marnen avatar marnen commented on May 19, 2024 1

@sverweij OMG that looks great! I'll be installing it.

from viz-js.

jeysal avatar jeysal commented on May 19, 2024 1

A simple wrapper package to provide a cross-platform CLI similar to that of the original Graphviz.

And built on top of that, a Gradle plugin to use Graphviz rendering in Gradle builds without sacrificing platform interoperability - especially for documentation written in asciidoc(tor) with embedded PlantUML diagrams that require a dot engine to render them as SVG.

from viz-js.

jebberjeb avatar jebberjeb commented on May 19, 2024 1

I'm using it in fsmviz Which lets you generate graphs for FSM data in Clojure, Clojurescript (and there's also a Javascript API).

from viz-js.

maccesch avatar maccesch commented on May 19, 2024 1

I'm using it for a custom layout in cytoscape because the build in layouts just aren't as nice.

from viz-js.

nidi3 avatar nidi3 commented on May 19, 2024 1

To provide graphviz functionality to the JVM/Java world in a platform independent way with https://github.com/nidi3/graphviz-java

from viz-js.

BertRaeymaekers avatar BertRaeymaekers commented on May 19, 2024 1

Not using it yet, but wanting to use it do display budgerigar pedigrees on a site.

from viz-js.

kuzi-moto avatar kuzi-moto commented on May 19, 2024 1

Currently using it to plan out user roles for active directory. In the future using it to map out processes and anything else I can come up with.

from viz-js.

blutorange avatar blutorange commented on May 19, 2024 1

This is library is aweseome! I use it to visualize the computed flow graph for a flowchart diagram

image

from viz-js.

pfcoperez avatar pfcoperez commented on May 19, 2024 1

In an interactive tool to show JVM monitor dependencies leading to thread deadlocks: https://github.com/pfcoperez/thebutlerdidit

The tool is written in Scala.JS btw

demo

from viz-js.

 avatar commented on May 19, 2024

graphical representation of workflows

from viz-js.

DeBAAT avatar DeBAAT commented on May 19, 2024

I'm using it to support some WordPress plugins.
One to bring GraphViz to WordPress as a plugin: WP-GraphViz.
And another one using this plugin to visualise networks of services in a Service Oriented Architecture: WP-SoaVis.

from viz-js.

lillem4n avatar lillem4n commented on May 19, 2024

I'm visualizating a neural network written in javascript.

from viz-js.

ryepup avatar ryepup commented on May 19, 2024

sketch/plan high level software architecture: http://ryepup.github.io/c4-lab/, source at https://github.com/ryepup/c4-lab

from viz-js.

LokiMidgard avatar LokiMidgard commented on May 19, 2024

As a hacked together Word Addin. https://github.com/LokiMidgard/GrapvizForOffice

from viz-js.

marnen avatar marnen commented on May 19, 2024

I'm using it to draw Git commit graphs: https://github.com/marnen/octotrax

from viz-js.

jaime-olivares avatar jaime-olivares commented on May 19, 2024

I have created a Visual Studio Code extension for creating UML diagrams by using the yUML text syntax (see https://github.com/jaime-olivares/vscode-yuml). It was previously invoking yuml.me, and now I have eliminated that dependency by using the viz.js library

from viz-js.

philwig avatar philwig commented on May 19, 2024

To display workflows in health care to clinical people, showing how many patients are in each stage of a formally defined workflow process.

from viz-js.

rgugliel avatar rgugliel commented on May 19, 2024

A component in the webclient to my program CoxIter.
The user inputs a small graph and can preview the result: https://coxiter.rafaelguglielmetti.ch/

from viz-js.

mcdemarco avatar mcdemarco commented on May 19, 2024

I use it for visualizing gamebooks written in Twine: http://www.mcdemarco.net/tools/scree/dotgraph/

from viz-js.

LBierkandt avatar LBierkandt commented on May 19, 2024

A tool for graph-based linguistic annotations: GraphAnno.

from viz-js.

robbertmichel avatar robbertmichel commented on May 19, 2024

I use it with automatically generated documentation of the datawarehouse. The SVG creates a click-through map of the flowchart.
knipsel

from viz-js.

nikeee avatar nikeee commented on May 19, 2024

Visualizing the user input of an online DOT editor.
https://edotor.net

from viz-js.

Kyle0923 avatar Kyle0923 commented on May 19, 2024

Hey @maccesch , I am also trying to incorporate viz.js with Cytoscape. Any chance you can share some insight with me?

from viz-js.

maccesch avatar maccesch commented on May 19, 2024

@Kyle0923 Sorry for the late answer. I created a Gist.

from viz-js.

StoneCypher avatar StoneCypher commented on May 19, 2024

Live rendering of finite state machines (whose notation is very similar to DOT)

https://stonecypher.github.io/jssm-viz-demo/graph_explorer.html

from viz-js.

Kyle0923 avatar Kyle0923 commented on May 19, 2024

@maccesch Thanks man. Great help!!

from viz-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.