Simple Dijkstra's algo visualisation | Don't close the ctk window, as you can change the start/end coords and change the option to show the visualisation, when the algo finishes.
- Left click to draw obstacles
- Middle click to add/remove waypoints
- Right click to remove obstacles
- Enter to start the algorithm
After you've setup/changed your settings click start visualisation and then click on the pygame window and press enter.
pip install -r requirements.txt
python main.py
Contributions are always welcome