Hello,
First of all thank you for this amazing software!
I am currently developing a graph manipulation framework called Aidge and I created a small plugin (still work in progress) to visualize the state of the graph.
I found limiting the fact that we can only visualize a serialized graph.
Thus I extended your class ModelExplorerConfig in order to add to a configuration a graph that is instanciated (see: https://gitlab.eclipse.org/eclipse/aidge/aidge_model_explorer/-/blob/main/aidge_model_explorer/config.py?ref_type=heads#L26).
Is it a feature you wish to have in the future?
If so maybe I can help you implement it as it would be of great use for my project.
Regards,
Cyril
Hello,
First of all thank you for this amazing software!
I am currently developing a graph manipulation framework called Aidge and I created a small plugin (still work in progress) to visualize the state of the graph.
I found limiting the fact that we can only visualize a serialized graph.
Thus I extended your class
ModelExplorerConfigin order to add to a configuration a graph that is instanciated (see: https://gitlab.eclipse.org/eclipse/aidge/aidge_model_explorer/-/blob/main/aidge_model_explorer/config.py?ref_type=heads#L26).Is it a feature you wish to have in the future?
If so maybe I can help you implement it as it would be of great use for my project.
Regards,
Cyril