Stride Toolkit
September 28, 2024 ยท View on GitHub
This project is not being maintained. All the NuGet packages have been deprecated. The APIs in this project have been added to the Stride Community Toolkit. Please go check it out and try the Stride.CommunityToolkit NuGet package.
Stride Toolkit
Stride Toolkit is a .NET Standard library for use with the Stride Game Engine. It's goal is to add extra extensions and utilites to make things a bit easier.
Installing
Install-Package StrideToolkit -Prerelease
Install-Package StrideToolkit.Physics -Prerelease
NuGet Package - Stride Engine compatibility
This table indicates which version of Stride each version of the toolkit was compiled against.
| Branch | NuGet | Engine Version |
|---|---|---|
| master | 0.10.0.0-alpha | Stride 4.0.0.1-beta02-0926 |
| Xenko | 0.8.0.0-alpha | Xenko 3.2.0.1-beta01 |
Examples
See Documentation
Building From Source
Prerequisites
- Stride (and it's prerequisites for Windows).
Building the documentation requires Wyam. Install the Wyam.Tool .NET Core Global Tool via dotnet tool install -g Wyam.Tool.
Building
...
Versioning
...
License
This project is licensed under the MIT License - see the LICENSE.txt file for details