https://github.com/nutti/UEPlugin-Kdtree
Unreal Engine Plugin: k-d tree
https://github.com/nutti/UEPlugin-Kdtree
kd-tree ue4 ue4-blueprint ue4-plugin ue4-plugins ue5 ue5-plugin
Last synced: 25 days ago
JSON representation
Unreal Engine Plugin: k-d tree
- Host: GitHub
- URL: https://github.com/nutti/UEPlugin-Kdtree
- Owner: nutti
- License: mit
- Created: 2019-06-02T06:35:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T09:15:15.000Z (4 months ago)
- Last Synced: 2024-12-27T10:21:29.035Z (4 months ago)
- Topics: kd-tree, ue4, ue4-blueprint, ue4-plugin, ue4-plugins, ue5, ue5-plugin
- Language: C++
- Homepage:
- Size: 751 KB
- Stars: 109
- Watchers: 7
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome_unreal_engine_4_-_5 - KD-Tree (Blueprint)
- awesome_unreal_engine_4_-_5 - KD-Tree (Blueprint)
README
# Unreal Engine Plugin: kd-tree
This is a UE4 plugin to provide utility functions for building kd-tree as
Blueprint Function Library.
## Features
* Build kd-tree.
* Radius search by using kd-tree.
* Support synchronous and asynchronous versions.## Supported Environment
This plugin supports on the below environment.
* Unreal Engine Version: 4.22-4.27, 5.0-
* Development Platforms: Windows, macOS, Linux
* Target Build Platforms: All platforms## Installation
See [the installation document](docs/installation.md).
## Tutorial
See [the tutorial](docs/tutorial.md).
## Change Log
See [CHANGELOG.md](CHANGELOG.md)
## Bug Report / Feature Request / Disscussions
If you want to report problems or request features, please
[make issues](https://github.com/nutti/UEPlugin-Kdtree/issues).
You can also discuss about this plugin at [Discord (kd-tree channel)](https://discord.gg/8pPCN9vMhC).## Project Authors
### Owner
[**@nutti**](https://github.com/nutti)
Indie Game/Application Developer.
Especially, I spend most time to improve Blender and Unreal Game Engine via
providing the extensions.Support via [GitHub Sponsors](https://github.com/sponsors/nutti)
* CONTACTS: [Twitter](https://twitter.com/nutti__)
* WEBSITE: [Japanese Only](https://colorful-pico.net/)### Contributor
* [**@irvnriir**](https://github.com/irvnriir)