Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)