StereoKit.Templates
0.2.0
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install StereoKit.Templates::0.2.0
This package contains a .NET Template Package you can call from the shell/command line.
StereoKit.Templates
These StereoKit templates are designed to be used with the dotnet new
command, for easy use via command-line and environments like Visual Studio Code! The NuGet package for these templates do not need to be referenced from your project, but instead should be installed for dotnet
to recognize them.
Usage
# Install the templates!
dotnet new --install StereoKit.Templates
# Create a .NET Core based StereoKit project, and run it
mkdir StereoKitProjectName
dotnet new sk-netcore
dotnet run
# Add an unlit shader named "test_shader" to the Assets folder
dotnet new skshader-unlit -n test_shader -o Assets
Project templates:
Id | Project | Description |
---|---|---|
sk-netcore | .NET Core | Simpler project for Windows and Linux desktop XR. |
sk-multi | Multitarget | Cross-platform project for Android/Windows/Linux XR. |
Item templates:
Id | Type | Description |
---|---|---|
skstepper | C# | A simple empty class that implements IStepper. |
skshader-lit | Shader | A basic shader that uses StereoKit's built-in lighting. |
skshader-unlit | Shader | A simple shader without any lighting. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.4 | 326 | 7/13/2024 |
0.7.3 | 454 | 4/1/2024 |
0.7.2 | 606 | 3/9/2024 |
0.7.1 | 242 | 3/8/2024 |
0.7.0 | 477 | 2/27/2024 |
0.6.0 | 3,037 | 11/15/2023 |
0.5.1 | 440 | 9/27/2023 |
0.5.0 | 238 | 9/26/2023 |
0.4.5 | 289 | 9/1/2023 |
0.4.4 | 232 | 8/30/2023 |
0.4.3 | 284 | 8/23/2023 |
0.4.2 | 318 | 8/9/2023 |
0.4.1 | 229 | 7/7/2023 |
0.4.0 | 216 | 7/7/2023 |
0.3.3 | 262 | 5/17/2023 |
0.3.2 | 542 | 2/5/2023 |
0.3.1 | 326 | 1/26/2023 |
0.3.0 | 356 | 1/15/2023 |
0.2.2 | 368 | 12/22/2022 |
0.2.1 | 337 | 12/22/2022 |
0.2.0 | 385 | 12/16/2022 |
0.1.0 | 396 | 11/17/2022 |