This project offers a header only acceleration structure library including implementations for a BVH- and KD-Tree. Applications may include ray intersection tests or nearest neighbor searches.
As an example application a simple raycasting app for MVE scenes is provided.
The application was inspired by coldet.
The software is licensed under the BSD 3-Clause license, for more details see the LICENSE.txt file.