Artemis logo
Search Results for

    Welcome to the Artemis API documentation

    On this website you can browse the Artemis Core and Shared UI API. A large part of this documentation is being generated based on code but over time the plan is to expand the documentation with written guides.

    Plugins

    Artemis 2.0 has been developed from the ground up with plugins in mind. This means almost all functionality can be expanded. The following plugin types are currently available and fully implemented:

    • DataModelExpansion<T>
    • DeviceProvider
    • LayerBrush<T>
      • PerLedLayerBrush<T>
      • RgbNetLayerBrush<T>
    • LayerEffect
    • Module
      • Module<T>
    • ProfileModule,
      • ProfileModule<T>

    These allow you to expand on Artemis's functionality. For quick and interactive plugin creation, use the Visual Studio template extension.

    Example implementations of these plugins can be found on GitHub.

    Services

    Artemis provides plugins with an API through a range of services.
    All the services are available to plugins by using dependency injection in your plugin's constructor. Dependency injection is also available for the different view models plugins may provide.

    • Core Services
    • UI Services
    • Improve this Doc
    In This Article
    Back to top Generated by DocFX