Disentangle Network Generation from GUI for integration into VRL-Studio
stephanmg opened this issue · 1 comments
stephanmg commented
Necessary, to use NeuGen within VRL.
We need to think about how to visualize the networks within VRL-Studio.
One possibility: Export to NGX/UGX and visualize UGX by JavaFX visualization implemented by Eugen?
(Then we would need probably the NeuronalTopologyImporter within VRL-Studio in case of NGX or not in case of UGX)
stephanmg commented
Problem detected, GUI Trigger Components must not be invoked if we want a headless usage of NeuGen. This issue can be addressed by various means... Observe the next commits for an update.