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.

BranchNuGetEngine Version
master0.10.0.0-alphaStride 4.0.0.1-beta02-0926
Xenko0.8.0.0-alphaXenko 3.2.0.1-beta01

Examples

See Documentation

Building From Source

Prerequisites

  1. 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