Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days ago
JSON representation
Generic search algorithms for Unity
- Host: GitHub
- URL: https://github.com/smidgens/unity-search
- Owner: Smidgens
- Created: 2022-12-01T01:00:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T14:19:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T14:20:09.298Z (about 1 month ago)
- Topics: astar, not-affiliated-with-the-ty-d-bol-man, smidgenomics, unity, unity-astar, unity-plugin, unity-search
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,...)