Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/moremathematics
Additional functions for the Unity.Mathematics library
https://github.com/ryanslikesocool/moremathematics
Last synced: 7 days ago
JSON representation
Additional functions for the Unity.Mathematics library
- Host: GitHub
- URL: https://github.com/ryanslikesocool/moremathematics
- Owner: ryanslikesocool
- License: mit
- Created: 2024-02-04T01:39:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:55:47.000Z (6 months ago)
- Last Synced: 2024-05-06T16:24:40.857Z (6 months ago)
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MoreMathematics
Additional functions for the [Unity.Mathematics](https://github.com/Unity-Technologies/Unity.Mathematics) library.## NOTICE
**This package is under development and not considered production-ready.**\
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.## Installation (Unity Package Manager)
- Select "Add package from git URL..." from the plus (+) menu in the package manager window.
- Paste the package's git url.
```
https://github.com/ryanslikesocool/MoreMathematics.git
```## Dependencies
This package has one dependency:
- [Unity.Mathematics](https://github.com/Unity-Technologies/Unity.Mathematics)