Skip to content

julsam/VineEditor

Repository files navigation

Vine Editor

Very much WIP. Many things here are incomplete and subject to change.

Dialogue editor for the VineScript language. Forked from the excellent Yarn Editor. Both are heavily inspired by and based on the amazing Twine software: http://twinery.org/

Screenshot

TODO

  • more explanations
  • examples
  • update the screenshots

Builds

Win64: Soon

MacOS: Soon

Examples

TODO

How to Connect Nodes

Node connections work similar to Twine.

Node Connections

Code Editor

Code Editor

Built With

Build from source

Prerequisites

This software needs to be installed:

node >= 10.4.1

The lowest version of Node that would probably work (but is untested) is v8.9.3.

Installing dependencies

npm install

Running the app from source

Good for development and testing.

npm start

Building the app

You can build the app unpacked, it produces an executable for your current platform:

npm run build

Alternatively you can build an installer for it:

npm run dist

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Special Thanks

About

Dialogue editor for the VineScript language

Resources

License

Stars

Watchers

Forks

Packages

No packages published