retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.17k stars 653 forks source link

question: implementing NESTED a canvas? #695

Closed hchaudhary1 closed 8 months ago

hchaudhary1 commented 8 months ago

I want to implement something like this: https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/folders.html

Where the user can drop on a "FOLDER" icon, and it can open a new sub-canvas.

Is this possible with the current framework? How much customization would be needed?

Ni55aN commented 8 months ago

it looks similar to https://retejs.org/examples/modules

hchaudhary1 commented 8 months ago

wow, this is very helpful! thanks