-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change Editor (IDE) & Add visual code editor (Blockly) #2
Comments
Blockly may not be the best framework to work with ... but it's the only web based visual development framework that can be quickly adapted ... A 'New' editor based on 'nodes' would be the ideal direction ... https://tamats.com/projects/litegraph/editor/ |
Re-write the editor (IDE) to be more like the EspruinoWebIDE but also with the file manager tree ... |
Hi, |
While I'd like to pursue the node visual editors ... I'm going to implement Blockly first. Before bring blockly in i'm rewriting the "editor" to be multi document (MDI). The final design is going to be built around the following ... One of the problems with Blockly is that it is one way 'Blocks to Code" at least one attempt was done a few years back to also handle 'Code to Blocks' Blocklify (example) - (github) |
Another split layout library to notice is https://github.com/nathancahill/split/tree/master/packages/split-grid - advantages to the Golden Layout are no JQuery/Zepto dependency and small size. |
Add a Visual Code Editor like Google's Blockly
The base javascript generator will need to be modified to generate elk friendly code ...
Also Blockly doesn't support bitwise operation ... although at least one fork (mixley) does ...
The text was updated successfully, but these errors were encountered: