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 git@github.com:yourusername/PathfindingFx.git
This project utilizes the following libraries:
-
JFXAnimation: A JavaFX library for creating smooth and customizable animations.
- Repository: JFXAnimation GitHub
- Version: 2.0.0
-
Ikonli: Icon packs for Java applications.
- Repository: Ikonli GitHub
- Version: 12.3.1
-
JFoenix: A Material Design library for JavaFX.
- Repository: JFoenix GitHub
- Version: 9.0.1