A program that visualizes pathfinding algorithms in customizable space.
pathfinder follows C++11 standard and uses SDL2 for rendering.
sdl2, sdl2_image, and sdl2_ttf are required to build this project. On macOS, you can install them with Homebrew:
brew install sdl2 sdl2_image sdl2_ttf