godot-orchestrator icon indicating copy to clipboard operation
godot-orchestrator copied to clipboard

Export and import part of graph

Open GhostNr1 opened this issue 11 months ago • 2 comments

Description

When you are doing tutorials it is good to be able to show what should be done in small code snippets. In code it is usually just a code snippet that the user can just copy and past into the code they are learning. I think something simular would be good to have here to.

Implementation ideas

I think it can be good if you can select part or all the nodes and export them to json/xml or some other format. Then when you do tutorial you can have a screen shot of the nodes but you can also have a copy of it that the user can just copy and paste into there project. This can also help if you want to have small snippets for different tasks like camera movement, key inputs and so on. If you can have the CTRL+V to add the nodes that you have copied would be great. I think this need a lot of discussion to get right thought, how to handle variables, function, macros and so on.

GhostNr1 avatar Mar 25 '24 07:03 GhostNr1