Automatic layout algorithms compute layouts for diagrams. Never tried them? Well, here's your chance. Choose one of the thingies below and start playing!
Interactively edit a textual description of a graph
while a corresponding diagram is generated on-the-fly.
Basically,
build your own graphs
and see what automatic layout does with them.
You can choose out of the following two formats,
both supporting content assist (Ctrl+Space
) and formatting (Shift+Alt+F
):
elkt
ELK's textual graph DSL. Layout is performed on the server using Java.
json
ELK's json format. Layout is performed within your browser using elkjs.
An annotated collection of example graphs. Their main purpose is to illustrate various configuration possibilities, in particular those that are often-used.
The source of the examples can be found in ELK's models repository. Pull-requests with concise and new examples are very welcome.
An interactive browser for the Eclipse Layout Kernel's repository of test models. See what automatic layout does to diagrams that we have created for you (well, mainly for us, but you may look at them, too).
Layout is performed within your browser using elkjs (latest).
A side-by-side view of two graph formats. Allows to interactively convert one graph format into another. It's possible to invoke the conversion programmatically, see the site for details.
Supports ELK's Xtext-based elkt
, json
, and elkg
(XMI) formats.