-
Notifications
You must be signed in to change notification settings - Fork 51
Resources for Diagram development
Alexander Pann edited this page Aug 6, 2024
·
2 revisions
Use the language de.itemis.mps.editor.diagram
to create diagrams. It should be used instead of the deprecated language jetbrains.mps.lang.editor.diagram
. A very short introduction to the language can be found in the documentation.
The Java library behind the language is the deprecated library jgraphx. If you can't find the code in the language runtime, it comes from this repository.
For layouting the diagrams, the Eclipse Layout Kernel is used:
There is a list of open issues for the language: Diagram: Meta Issue.