Elite: Dangerous Long Range Router
Go to file
Daniel S. f4e6bd39ee feat(GUI): Integrate route computation Job 2019-09-28 15:51:20 +02:00
.chglog chore: more cleanup 2019-09-20 17:44:33 +02:00
docs chore: Setup tox+appveyor, refomat python code, prepare rust code to add branch pruning to search 2019-09-20 17:40:56 +02:00
ed_lrr_gui feat(GUI): Integrate route computation Job 2019-09-28 15:51:20 +02:00
icon misc: Update icon generator and regenerate icon 2019-09-28 15:42:22 +02:00
installer feat(installer): Download EDSM dumps after install 2019-09-28 15:42:50 +02:00
rust feat(router): Start implementing route pruning support 2019-09-28 15:41:25 +02:00
.gitignore chore: more cleanup 2019-09-20 17:44:33 +02:00
CHANGELOG.md chore(changelog): Update changelog 2019-08-06 23:52:18 +02:00
LICENSE chore: Setup tox+appveyor, refomat python code, prepare rust code to add branch pruning to search 2019-09-20 17:40:56 +02:00
MANIFEST.in chore: Setup tox+appveyor, refomat python code, prepare rust code to add branch pruning to search 2019-09-20 17:40:56 +02:00
README.md docs: Update README.md 2019-09-28 15:41:56 +02:00
appveyor.yml fix: switch inno setup version in appveyor 2019-09-21 21:25:02 +02:00
build_gui.py feat(build system): Remove build.py (switched to tox), add output to build_gui.py 2019-09-28 15:37:32 +02:00
pyproject.toml Initial commit 2019-08-05 01:26:43 +02:00
setup.py misc(setup.py): Pull version info from git, unify scripts (one script for GUI and CLI) 2019-09-28 15:43:48 +02:00
tox.ini chore(CI): Update tox.ini to build installer 2019-09-21 20:05:08 +02:00

README.md

Prerequisites

  • Python:
    • conda (miniconda/anaconda)
    • tox (conda install tox)
    • Inno Setup Compiler
      • Download from here
      • or install via scoop scoop install inno-setup)
  • Visual Studio 2019
  • nightly rust compiler (x86_64-pc-windows-msvc)

Building an installer

(Assuming conda is in your PATH)

  1. Start a Visual Studio 2019 x64 command prompt
  2. Run tox
  3. Grab the installer from installer/Output/

Installing

(Assuming conda is in your PATH)

  1. Start a Visual Studio 2019 x64 command prompt
  2. Run the following commands:
conda install pycrypto nuitka
pip install PyQt5 setuptools_rust
python build_gui.py
pip install .

then you can run ed_lrr -h from

To do

  • Implement progress dialog for preprocessor
  • Finish implementing Dialog to display the computed route