Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T09:54:03.000Z (6 months ago)
- Last Synced: 2024-05-07T10:53:58.541Z (6 months ago)
- Topics: kd-tree, ue4, ue4-blueprint, ue4-plugin, ue4-plugins, ue5, ue5-plugin
- Language: C++
- Homepage:
- Size: 747 KB
- Stars: 92
- Watchers: 6
- Forks: 23
- 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.![Thumbnail](docs/images/thumbnail/kdtree.png)
## 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)
## 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)