2018-09-15 20:52:26 +02:00
2018-10-05 16:44:19 +02:00
2018-10-05 11:34:09 +02:00
2018-09-15 20:52:26 +02:00
2018-09-15 20:53:01 +02:00
2018-09-15 20:53:01 +02:00
2018-09-15 20:53:01 +02:00
2018-09-15 20:53:01 +02:00
2018-09-16 06:20:12 +02:00
2018-10-05 12:40:19 +02:00

DbPathFinder

Small application which shows the A* path finding algorithm.

Build Status Codacy Badge

The demo showing pathfinding

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)
Readme GPL-3.0 1.2 MiB
Languages
C++ 96.4%
CMake 3.6%