Try at https://SunilKumarRegar1404.github.io/Code-Connect/ Code-Connect is a node based editor inspired by UE4 Blueprints which helps in better visualization of the code, and faster scripting of complex and repetetive tasks. It does't bind to any perticular language. Multiple target languages can be added to added in the future.
Tutorial:
- Include Begin Node By Right Click And Select Begin.
- Include Other Nodes In The Same Way.
- Use Left Panel To create New Variable.
- New variable is added into the right click menu or you can drag it from the variable panel.
- Hold middle mouse button To Pan.
- Use Scroll Wheel To Zoom in and out.
- Hold left Ctrl and click the node or the wire to delete it or simply right and select delete.
- White wire between two arrow terminals is used for execution flow.
- Colored wire is used for input/outputs.
- Click Code to get Javascript native code.
This project is still in under development, subsequent new features like functions, delay, sandboxing, save, undo will be added.

