Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinecttovr/amethyst.plugins.templates
Plugin samples-templates for Amethyst (.NET)
https://github.com/kinecttovr/amethyst.plugins.templates
Last synced: about 2 months ago
JSON representation
Plugin samples-templates for Amethyst (.NET)
- Host: GitHub
- URL: https://github.com/kinecttovr/amethyst.plugins.templates
- Owner: KinectToVR
- License: mit
- Created: 2023-01-12T20:58:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T08:56:23.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:22:34.445Z (2 months ago)
- Language: C#
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Amethyst.Plugins.Templates
Plugin templates for [Amethyst.NET](https://github.com/KinectToVR/Amethyst) implementing the [Amethyst Plugin Contract](https://github.com/KinectToVR/Amethyst/tree/main/Amethyst.Plugins.Contract).
Install [dotnet 7](https://dotnet.microsoft.com/) and run `dotnet new install Amethyst.Plugins.Templates::1.2.1`## Usage
You can either use the templates directly from the dotnet console:
- Tracking provider: `dotnet new amethystdeviceplugin [--Parameters...]`
- Service endpoint: `dotnet new amethystserviceplugin [--Parameters...]`or directly from the Visual Studio (2022) 'New Project' dialog.
(The latter is self-explanatory and thus more recommended)You can find the plugin documentation inside the samples, inside the [contract source](https://github.com/KinectToVR/Amethyst/tree/main/Amethyst.Plugins.Contract),
and on [our official website](https://docs.k2vr.tech/). (Everything's still in preview tho, please keep that in mind)## License
Both the plugin contract and samples are published under [MIT](LICENSE.md) (Amethyst is GPLv3)
to make plugin development more open and accessible to most vendors/third party.