Dots Plus
This package contains essentials needed to develop DOTS projects. It is built to be used as an extension for existing Unity builtin packages (etc. SIMD mathematics, Collections, Jobs and Burst compiler).
Library is developed to fit well with Unity DOTS standards. This includes performance by default, simplicity and most importantly, readability of the code. Driven to take the best HPC# can offer.
Tests and Samples
The package contains samples and tests, so it is quite recommended to check them to get an overall sense of API usage.
Dependencies
- Tested with Unity 2020.3
- Package com.unity.mathematics@1.2
- Package com.unity.collections@0.9
- Package com.unity.burst@1.4
Support
If you have questions, bugs or feature requests use Discord.
Current API selection comes from what I personally needed during Unity DOTS project development. This package expected to grow based on the users request. Final goal is to have a library that would make every DOTS developer's life easier (etc. C++ Boost).