feat(GUI): Implement route plotting and fuzzy search

Implement route plotting in GUI
Use batch fuzzy search to find systems
search all systems at once after adding
added some error checking
This commit is contained in:
Daniel S. 2019-08-05 00:05:44 +02:00
parent ec3972b06c
commit c290d5eb12
18 changed files with 1075 additions and 391 deletions

15
.gitignore vendored
View file

@ -1,15 +1,14 @@
/target
/dist
/build
rust/target
**/*.rs.bk
*.tmp
*.idx
.vscode/**
*.csv
*.router
plot.py
*.tmp
*.idx
*.pyd
build.bat
test.bat
__pycache__
DL
*.egg-info
pip-wheel-metadata
rust/target/*
build