Eclipse Layout Kernel

Visual languages are popular for visualizing concepts and systems. However, just being graphical in nature does not automatically make a diagram easy to understand. Its usefulness much rather depends on the placement of its elements, that is: on its layout. Getting the layout right is labour intensive and time consuming and can be made a lot easier by making algorithms do the work. The Eclipse Layout Kernel (ELK) provides such layout algorithms, as well as an infrastructure to connect them to diagram editors.

ELK consists of two parts:

  • The kernel provides the basic infrastructure that connects editors with layout algorithms. Part of that is the ElkGraph, a data structure used to pass diagrams to the layout algorithms and receive the layout information computed by the algorithms.
  • The actual layout algorithms. Different layout algorithms specialize in different kinds of diagrams and layout problems.

To use ELK, a developer usually only has to provide a transformation that produces an ElkGraph and applies the computed layout results back to his editor.

State
Incubating
Latest Releases

From 2024-04-05 to 2016-07-08

Name Date Review
0.9.1 2024-04-05
0.9.0 2024-01-10
0.8.1 2022-06-01
0.8.0 2022-04-15
0.7.1 2020-12-20
0.7.0 2020-07-30
0.6.1 2020-03-04
0.6.0 2019-12-18
0.5.0 2019-03-08
0.4.1 2018-08-03
0.4.0 2018-06-09
0.2.3 2018-03-08
0.3.0 2017-10-05
0.2.2 2017-07-03
0.2.1 2017-04-07
0.2.0 2017-02-06
0.1.1 2017-01-14
0.1.0 2016-07-08
Licenses
Eclipse Public License 2.0

The content of this open source project is received and distributed under the license(s) listed above. Some source code and binaries may be distributed under different terms. Specific license information is provided in file headers and in NOTICE files distributed with the project's binaries.

Active Member Companies

Member companies supporting this project over the last three months.

    Contribution Activity
    Commits on this project (last 12 months)