A GUI editor for managing Orodruin Graphs.
⚠⚠⚠ Orodruin is NOT Production Ready but more of a Proof of Concept at this point.⚠⚠⚠
- Poetry must be installed.
- Python 3.7+ must be installed.
Everything should work with versions higher than 3.7 but that's never been tested.
If you use pyenv, run
pyenv install 3.7.9and poetry will pick up on the proper version automatically - Orodruin must already be cloned.
- Clone this repository next to orodruin's repository (this is imperative, poetry uses a relative path to orodruin's folder to use it as a dependency.)
- cd in
orodruin-editor - Run
poetry install -E PySide2 --no-devto create a new virtual env and install all the dependencies. Remove the--no-devargument if you want the dev dependencies. - To run the editor, run
poetry run python orodruin_editor/main.pyAlternatively, you can activate the virtualenv and runpython orodruin_editor/main.py