Skip to content
Niklas Rentz edited this page Sep 13, 2023 · 9 revisions

Please see the Quick Start Guide for setup instructions and the Lightweight Diagrams Tutorial for usage examples.

The Big Picture

The KIELER Lightweight Diagrams (KLighD) project aims at offering transient lightweight representations of models or parts of them, without incorporating complex editing facilities like graphical editors.
Instead graphical or textual representations are to be synthesized from a chosen fraction of a model base and dismissed if they are not needed anymore. This way the Model-View-Controller paradigm (MVC) shall be established at the users' front end of modeling tools. Although KLighD is intended to address graphical as well as textual transient views, the graphical ones are currently in the focus. The automatic arrangement of those views (macro layout) is contributed by ELK. Next to a classical Eclipse-based implementation of KLighD (this repository), there is also a web-based implementation of KLighD for diagrams in standalone web applications or as part of the VS Code IDE with communication over the Language Server Protocol using Sprotty, for more information on that see klighd-vscode and the LSP part in this repository.

Feel free to watch the following videos illustrating the idea and possibilities of transient views of models:

For details on the objectives of our KLighD framework have a look at the above mentioned publication Just Model! – Putting Automatic Synthesis of Node-Link-Diagrams into Practice (Sec. I, III, & V) first.

Related Publications:

Get the demo example DSL and KLighD diagram synthesis shown at XtextCon 2015 as well as the test model from here!

Incorporated Technologies

Instructions on how to prepare and publish a release