Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 739 Bytes

Demo

dijkstraonline-video-cutter com-ezgif com-video-to-gif-converter

Info

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.

Requirements

pip install -r requirements.txt

Run

python main.py

Contributing

Contributions are always welcome