DbPathFinder
Small application which shows the A* path finding algorithm.
Building from source
This project can only be built as part of the project structure DbSoftware
git clone https://github.com/0xFEEDC0DE64/DbSoftware.git
cd DbSoftware
git submodule update --init --recursive DbPathFinder
cd ..
mkdir build_DbSoftware
cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbPathFinder
make sub-DbPathFinder-install_subtargets
./bin/pathfinder
Description
DbPathFinder git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
Languages
C++
96.4%
CMake
3.6%