Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfkeenan/StrideToolkit
Stride Toolkit is a .NET Standard library for use with the Stride Game Engine.
https://github.com/dfkeenan/StrideToolkit
stride xenko
Last synced: 3 days ago
JSON representation
Stride Toolkit is a .NET Standard library for use with the Stride Game Engine.
- Host: GitHub
- URL: https://github.com/dfkeenan/StrideToolkit
- Owner: dfkeenan
- License: mit
- Created: 2017-09-16T07:58:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T05:34:22.000Z (about 2 months ago)
- Last Synced: 2024-11-09T19:19:02.259Z (7 days ago)
- Topics: stride, xenko
- Language: C#
- Homepage:
- Size: 1.94 MB
- Stars: 30
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-Stride - StrideToolkit: Stride Toolkit is a .NET Standard library for use with the Stride Game Engine.
README
### 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](https://github.com/stride3d/stride-community-toolkit). Please go check it out and try the [Stride.CommunityToolkit](https://www.nuget.org/packages/Stride.CommunityToolkit) NuGet package.
# Stride Toolkit
Stride Toolkit is a .NET Standard library for use with the [Stride Game Engine](https://stride3d.net//). 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](https://dfkeenan.github.io/StrideToolkit/docs/)
## Building From Source
### Prerequisites
1. Stride (and it's prerequisites for Windows).
Building the documentation requires [Wyam](https://wyam.io/). 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](LICENSE.txt) file for details