Automatically exported from code.google.com/p/canviz
= Introduction =
Canviz began as a proof of concept—is it possible to draw Graphviz graphs to a browser canvas? I thought a good place to start would be to try to write an example that could render all the sample graphs included with Graphviz. As of October 2008, Canviz can do this. You can see it in action on the [http://www.ryandesign.com/canviz/ demo page]. This wiki page explains how to get this example working on your system.
= Requirements =
The example requires:
= Setup =
= Alternate Setup =
If you'd rather build from source:
make examples
in the source directory. Besides Graphviz, this requires standard UNIX utilities like make, bash, awk, dirname, find and which, so you need a UNIX-like operating system, or Cygwin on Windows.