Repository containing official Artemis plugins
All of these plugins are uploaded to the workshop automatically whenever a change is made.
- Install the latest version of Artemis
- During the setup, a wizard will show up, the features you choose to install there are from this repository
- If you wish you can install additional plugins inside Artemis by navigating to Workshop > Plugins (these particular plugins are uploaded by Artemis RGB)
Example of one of the plugins of this repo in the workshop
If you run into any issues please let us know on Discord.
While Artemis 2 is still in development, the plugin API is pretty far along. To get started developing your plugin, you can use the following resources:
Due to the volatine nature of the project right now, there is no documentation yet. The templates provide some commentary to get you going and feel free to ask for more help in Discord.
- Create a central folder like
C:\Repos - Clone Artemis into
<central folder>\Artemis - Open
<central folder>\Artemis\src\Artemis.slnand build with the default config - Clone Artemis.Plugins into
<central folder>\Artemis.Plugins - Open
<central folder>\Artemis.Plugins\src\Artemis.Plugins.slnand build with the default config
