Responsible:

The KLay JS project provides our Java-based layout algorithms to the JavaScript community. We leverage the Java to JavaScript compiler of the Google Web Toolkit (GWT) to convert our Java code into a JavaScript library. This allows you to use the full power of our layout algorithms in pure JavaScript.

The JavaScript library only contains the Klay Layered algorithm.

Downloads

Near future
http://rtsys.informatik.uni-kiel.de/~kieler/files/nightly/klayjs/

API

$klay.layout({ graph, options, success, error });

Example

Development