PathfindingFx is a JavaFX version of the Pathfinding Visualizer originally created by Clément Mihailescu (Link). This project aims to provide a visual representation of various pathfinding algorithms, such as A* and Dijkstra, using the JavaFX framework.
- Visualize various pathfinding algorithms / maze generator
- Interactive grid for setting start, end, and obstacle nodes
- Adjustable speed for animations
- Real-time updates and visual feedback
- Clone the repository:
git clone [email protected]:yourusername/PathfindingFx.git