-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flow-chart UI for VI orchestration #150
Comments
While I do like the flow, I am against putting Node into the package. It becomes too complicated and bloated. Said that there does not exist a software like this for python or a web-module that can be easily implemented. |
No we don't need Node. We only need thier frontend library. |
|
Ah ok, yeah in that sense splitting of the frontend of their code seems to be an interesting way to go. (I am still dreaming about lab orchestration in the the future, so their such a library would become very handy. |
https://reactflow.dev/ Seems to be the new cool thing. Maybe we could use their https://www.npmjs.com/package/react-flow-renderer as an alternative to our existing table-based main GUI. |
Maybe we can try node red as VI orchestration UI.
Each VI can be represented as a node in the graph, and the numbers of input channels and output channels can be simply shown as connectors for each VI.
https://nodered.org/
and here is an example
https://www.pjrc.com/teensy/gui/index.html
But I think we should try it after publishing the paper or find someone who is familiar with JavaScript and GUI development
The text was updated successfully, but these errors were encountered: