A collection of extension methods and utilities for implementing common data structures and algorithms in Udon.
This module is still in development. A lot of data structures and algorithms are missing, not all test cases are covered, performance benchmarks are not available, and the API may change without notice. Also, I only add features when needed, so it may never be complete as a result. This is intended to be a starting point to build on rather than a complete solution.
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
. - Paste the following link:
https://github.com/zoebuffer/UDSA.git
.
See samples for usage examples.
- Core data structures extend VUdon-ArrayExtensions.
Distributed under the MIT Open Source license. See LICENSE for more information.