Create a plugin project (Windows)
Overview
To begin the Loupdeck demo plugin walkthrough, we need to create a .NET project for the plugin. There are two alternatives to achieve this:
-
Download the demo plugin skeleton project from DemoPlugin.
-
Create the demo plugin project using the Logi Plugin Tool. The generated project contains already some functionality as an example.
The instructions below describe the latter alternative on Windows.
Steps
-
Make sure that the Logitech Options+ or Loupedeck software is installed.
-
Download and unpack the Logi Plugin Tool for Windows from Developer Page. In this instruction, we assume that you unpacked the tool to ~/Downloads directory.
-
Open the Command Prompt.
-
Change the current directory to the location where you want to create the plugin project, for example:
-
Choose a name for your plugin. We use "Demo" in this example.
-
Execute the following command:
-
DemoPlugin
directory is created. -
Go to this directory:
-
Start the plugin solution:
-
Visual Studio opens with the DemoPlugin solution.
-
Build the solution to verify that it compiles without errors.
-
Note that the build task creates a .link file to the Logi Plugin Service folder where the Plugins are installed.
-
Restart the Logi Plugin Service. Wait until the configuration UI opens.
-
Unhide the "Demo" plugin on the "Hide and show plugins" tab of the Action panel. The plugin should be now shown in the UI.