Skip to content

KinectToVR/Amethyst.Plugins.Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amethyst.Plugins.Templates

Plugin templates for Amethyst.NET implementing the Amethyst Plugin Contract.
Install dotnet 7 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,
and on our official website. (Everything's still in preview tho, please keep that in mind)

License

Both the plugin contract and samples are published under MIT (Amethyst is GPLv3)
to make plugin development more open and accessible to most vendors/third party.