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
create a automagic conversion system to parse the libraries and create components for them.
(maybe as a build job on the library builds...)
as otherwise you would have no libs to use..
(its a to big burden for the lib maintainers to generate something special for the editor i think...)
Flow Based
for parallel branches of a graph we could use asyncio)
for sub-graphs we could use extra files that gets imported
that would make it very tidy in both representations
link collection
block based
blockly google project - base for most of the others...
what do you think about this?
would be a PR including some simple beginner friendly visual editor be an option?
conclusion
it would be reasonable possible to include blockly based on the BlockMirror project in the web-editor.
after more research on the available flow-based UIs i think there is currently no easy fitting framework/library out there.. (without writing all the code-generation myself)
and there are already running editors available - so is there any benefit in integrating it here?
The text was updated successfully, but these errors were encountered:
There is https://edublocks.org, which was developed by Josh Lowe, and has been available for years. It is now available under the auspices of Anaconda. It knows about CircuitPython. It does not know about the web workflow, but I'm sure that could be added.
i like the idea to program CP in a visual way
this is a follow up from #20 (comment)
Initial Idea / thoughts:
web-editor
i personally like the flow based version more than the blockly approach,
as its more of a real visual abstraction & appealing design..
Integration in current web-editor
Libraries
create a automagic conversion system to parse the libraries and create components for them.
(maybe as a build job on the library builds...)
as otherwise you would have no libs to use..
(its a to big burden for the lib maintainers to generate something special for the editor i think...)
Flow Based
link collection
what do you think about this?
would be a PR including some simple beginner friendly visual editor be an option?
conclusion
it would be reasonable possible to include blockly based on the BlockMirror project in the web-editor.
after more research on the available flow-based UIs i think there is currently no easy fitting framework/library out there.. (without writing all the code-generation myself)
and there are already running editors available -
so is there any benefit in integrating it here?
The text was updated successfully, but these errors were encountered: