Responsible:

The KGraph Text (KGT) project provides a textual syntax and editor for specifying KGraphs. While editing the KGraph in the textual editor, we provide a visualization of the graph in a KLighD view. This project was started with two use cases in mind:

  1. Unit testing: KGT is a light-weight format that test graphs can be stored in.
  2. Layout algorithm development: KGT is easy to use for testing layout algorithms while developing them.

This page documents the basic syntax of the KGT format and how to use the editor together with the KLighD view.

Quick Start Tutorial

This short tutorial will walk you through writing your first KGT file. Grab a cup of tea and a few biscuits and work your way through it.

Before starting the tutorial, make sure that you have an Eclipse installation with the KIELER KGraph Editing and Visualization feature installed.

 

The KGraph Text Format

This section needs to be written.