Repository containing official Artemis game plugins
https://nightly.link/Artemis-RGB/Artemis.Plugins.Games/workflows/build/master
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, you can download the Visual Studio extension in the Visual Studio Marketplace.
This extension provides you with interactive template projects for each type of Artemis 2 plugin. To use the templates you must have Artemis 2 extracted somewhere on your drive. The plugin wizard will ask you to locate the exectuable in order to setup all the required project references for you.
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 RGB.NET's development branch into
<central folder>\RGB.NET
- Clone Artemis into
<central folder>\Artemis
- Open
<central folder>\RGB.NET\RGB.NET.sln
and build with the default config - Open
<central folder>\Artemis\src\Artemis.sln
and build with the default config - Clone Artemis.Plugins.Games into
<central folder>\Artemis.Plugins.Games
- Open
<central folder>\Artemis.Plugins.Games\src\Artemis.Plugins.Games.sln
and build with the default config