File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
C++/pathfinding_visualizer Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ pathfinding_visualizer/
5151│ └── MainWindow.ui
5252```
5353
54- > Icons are SVG files, recommended from ** Lucide Icons** (MIT licensed).
55- > Place all SVGs in ` ui/icons/ ` exactly matching the filenames above.
56-
5754---
5855
5956## 🛠️ Prerequisites
@@ -98,10 +95,10 @@ The grid updates visually using `Node` objects in a `QGraphicsScene`.
9895
9996### Toolbar Controls
10097
101- - ** Run** ( ` play.svg ` )
98+ - ** Run**
10299 Starts the selected algorithm on a background thread (` AlgorithmWorker ` ).
103100
104- - ** Reset** ( ` reset.svg ` )
101+ - ** Reset**
105102 Clears all walls, visited cells, and path markings. Start/Target nodes return to defaults.
106103
107104- ** Algorithm Selector**
You can’t perform that action at this time.
0 commit comments