Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/unity-search.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Search** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-search.git
```

[![pkglnk](https://www.pkglnk.dev/badge/unity-search.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/unity-search)

README

Wiki


đŸŽ¯ Goals

  • Implement standard boilerplate for common algorithms while staying as generic as possible to allow for a multitude of use cases through extensions.

â„šī¸ Features

  • Fairly low level and use-case agnostic - extensible through custom heuristics.
  • Reasonably performant. 🤞
  • Algorithms:
    • A*

đŸ“Ļ Install

  1. Open Package Manager
  2. Paste GitHub URL:
    https://github.com/Smidgens/unity-search.git#<version_tag>

⌛ Planned

  • Common search algorithms such as binary search.
  • Common graph algorithms (DF, BF,...)

Comments

No comments yet. Be the first!