Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDTree support via nanoflann library #20678

Closed
wants to merge 4 commits into from
Closed

Conversation

slapin
Copy link
Contributor

@slapin slapin commented Aug 2, 2018

Hi, all!

Being tired of slow spatial searches in Godot I created this module.
It uses BSD-2-clause licensed single-header nanoflann library.

I did not contribute anything for Godot for a while, so please review
for mishaps.

This module is intended to speed-up spatial search operation.
It is very useful for cunstructing of procedural geoetry and
AI spatial awareness
@slapin
Copy link
Contributor Author

slapin commented Aug 3, 2018

As there is major opposition against this PR, I close it. Feel free to reopen it if you want. And branch remains available. I will use my local fork and publish it so people who needs my added features can pull from there.

@slapin slapin closed this Aug 3, 2018
@starry-abyss
Copy link
Contributor

After some discussion in Discord I think it's a useful feature for procgen and strategy types of projects, so it's worth at least reopening so it shows in PR list for later discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants