AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
94 stars 10 forks source link

Support morphisms between boxes/ports #17

Open olynch opened 3 years ago

olynch commented 3 years ago

We should be able to represent morphisms between boxes as arrows between them, subject to the constraint that each box/port has exactly one arrow outgoing from it. This will allow, for instance, the display of discrete dynamical systems.

olynch commented 3 years ago

Now that I think of this, no reason to not also have arrows between wires, and in fact we need this for #20. But this will require more work on the frontend...