A POC of @xyflow/svelte running in electron with vite for our Outplant (in development) game. It should launch an electron app and display a beautiful graph like this:
I don't know what half of the confs are doing, there is probably a lot of things to fix and clean, but at least it works..
npm install
npm run watch
generated from https://github.com/cawa-93/vite-electron-builder
if you are writing a Chain/story for our Outplant (in development) game,
you probably want to pull the game repository and set the following environment variable to your desired location: CHAINS_DIRECTORY_ABSOLUTE_PATH=/my-git-repos/Outplant/chains
- edit a chain
create eventcreate a choicecreate event from choicelink another choice from event< I'm not sure if it is useful/we should allow thatlink another event from eventlink another event from choicecreate an effect from eventcreate an effect from a choicelink an effect to eventlink an effect to choice- remove effect
- edit effect
- edit 'in' and 'weight'
- quality of life
- help with dialogue “ special character
- we could add a linter, validating a text with rules: translation_id, dialogue begin/end, line breaks
switch back to another view after creating choice, you might edit the old one by mistake and lose your work....visually highlight selected node
- help with dialogue “ special character