eclipse-sprotty / sprotty

A diagramming framework for the web
https://sprotty.org/
Eclipse Public License 2.0
731 stars 83 forks source link

Flowchart library #423

Closed gfontorbe closed 9 months ago

gfontorbe commented 10 months ago

Adds a new package sprotty-library which serves as a collection of views with the aim of making easier to start a diagramming solution based on widely used diagrams.

The first part of the new package implements views and interfaces for dealing with flowchart diagrams.

It also provides an inversify ContainerModule where node and edges types are link to the provided views.

Screenshot 2024-02-02 at 11 47 36
gfontorbe commented 9 months ago

Added a more specific model element for each element in the container.

We can replace that when we have a free form anchor computation in place