Skip to content

Plugin Templates for Amethyst.NET 1.2.230000.1

Compare
Choose a tag to compare
@KimihikoAkayasaki KimihikoAkayasaki released this 12 Jan 21:01
· 2 commits to main since this release
b02a3be

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

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.