Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smidgens/unity-search

Generic search algorithms for Unity
https://github.com/smidgens/unity-search

astar not-affiliated-with-the-ty-d-bol-man smidgenomics unity unity-astar unity-plugin unity-search

Last synced: 7 days ago
JSON representation

Generic search algorithms for Unity

Awesome Lists containing this project

README

        

[Wiki](https://github.com/Smidgenomics/unity.plugins/wiki/Search-Algorithms)


# đŸŽ¯ 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#`


# ⌛ Planned

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