/ThetaStarCUDA

Implementation of the Theta* pathfinding algorithm in CUDA and C++. Includes a sequential implementation, map-generator and an efficient Theta* implementation outperforming the sequential implementation for larger maps.

Primary LanguageCuda

How to run

Run test suite: ./compile_and_run.sh

Controlling the code is done through defines (see compile_and_run.sh for more details).