You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to experiment with this flow-graph ui embedded in a CircuitPython web-editor.
so my target output are python files.
on my current looking into this package i do not have an idea how to start with this..
for my use-case i can not use a live / play mode -
i think more of a every time a changes is made i regenerate the code -
so i need some kind of code-fragment-generation for every node...
would it be a good idea to just use the onExecute function to append the code-fragment?
(i know i would have to write a a lots of nodes to have all the basic python language parts available..)
or does anybody knows of a visual similar maintained library/framework that has python code generation already implemented?
maybe there is a fundamental other concept / idea how to go about such an idea..
in the end i would love to have both: flow-graph to code | code to flow-graph
so aim also very open to any comments / ideas...
The text was updated successfully, but these errors were encountered:
I am not sure if this is helpful for your use case, but I am working on a code => flow-graph. Currently working on the other direction (and is considerably harder IMO).
hello community,
i would like to experiment with this flow-graph ui embedded in a CircuitPython web-editor.
so my target output are python files.
on my current looking into this package i do not have an idea how to start with this..
for my use-case i can not use a live / play mode -
i think more of a every time a changes is made i regenerate the code -
so i need some kind of code-fragment-generation for every node...
would it be a good idea to just use the
onExecute
function to append the code-fragment?(i know i would have to write a a lots of nodes to have all the basic python language parts available..)
or does anybody knows of a visual similar maintained library/framework that has python code generation already implemented?
maybe there is a fundamental other concept / idea how to go about such an idea..
in the end i would love to have both: flow-graph to code | code to flow-graph
so aim also very open to any comments / ideas...
The text was updated successfully, but these errors were encountered: