Artemis.Plugins.Games
Artemis.Plugins.Games copied to clipboard
A Repository containing Artemis game plugins
Artemis Game Plugins
Repository containing official Artemis game plugins
Download
https://nightly.link/Artemis-RGB/Artemis.Plugins.Games/workflows/build/master
If you run into any issues please let us know on Discord.
Plugin development
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.
Want to build? Follow these instructions
- 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.slnand build with the default config - Open
<central folder>\Artemis\src\Artemis.slnand 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.slnand build with the default config