Skip to content

HolisticCoders/orodruin-editor

Repository files navigation

Orodruin Editor

A GUI editor for managing Orodruin Graphs.

⚠⚠⚠ Orodruin is NOT Production Ready but more of a Proof of Concept at this point.⚠⚠⚠

Prerequisites

  • 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.9 and poetry will pick up on the proper version automatically
  • Orodruin must already be cloned.

Installation

  • 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-dev to create a new virtual env and install all the dependencies. Remove the --no-dev argument if you want the dev dependencies.
  • To run the editor, run poetry run python orodruin_editor/main.py Alternatively, you can activate the virtualenv and run python orodruin_editor/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages