Replies: 1 comment
|
I see there is already an issue related to this. Closing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So are there any plans to do the reverse of this, and take an existing drawio file and parse it into a object graph structure? I've started down the road of trying to do something like this, but wondering if there were already plans to extend this project in that direction. Of particular interest for me is being able to use drawio as a generic diagrammer tool for things like storyboarding and plotting in support of writing stories and scripts. Task specific functions could then parse the drawio script into an object graph and generate output files fit for purpose for other applications that support storyboarding. A simple example would be using DrawIO to graphically represent a choice-based visual novel, which a script could then spit out the appropriate naninovel, renpy, or formatted script output.
All reactions