Simulink-like block diagram editor for Julia?

@pitsianis If this can help someone, 6 months ago I made a C++ Petri-net editor that runs from Julia. Since I’m more a C++ dev than a Julia developer the core (petri + gui using SFML) was made in C++ and Julia just call the shared lib and wraps some code TimedPetriNetEditor/TimedPetriNetEditor.jl at master · Lecrapouille/TimedPetriNetEditor · GitHub this kind of solution works well. See also How to create a node graph editor?

1 Like