Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.13 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.13 KB

Artemis Game Plugins

GitHub license GitHub stars Discord Donate

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

  1. Create a central folder like C:\Repos
  2. Clone RGB.NET's development branch into <central folder>\RGB.NET
  3. Clone Artemis into <central folder>\Artemis
  4. Open <central folder>\RGB.NET\RGB.NET.sln and build with the default config
  5. Open <central folder>\Artemis\src\Artemis.sln and build with the default config
  6. Clone Artemis.Plugins.Games into <central folder>\Artemis.Plugins.Games
  7. Open <central folder>\Artemis.Plugins.Games\src\Artemis.Plugins.Games.sln and build with the default config