View on GitHub

GraphFellow

GraphFellow: directed graphs in JavaScript

Download this project as a .zip file Download this project as a tar.gz file

beta: GraphFellow is still in development!

GraphFellow

Animated, interactive directed graphs in JavaScript

quick start | examples | HTML for graphs | settings & config | programming graph behaviour


This finite state automata, representing a regular expression, has a start state of 0 and two accepting states, 3 and 5. Move the red spot through it by clicking on the nodes or edges and see how the language “accepts” some strings and not others.


See how this example was implemented