Skip to content

Artemis Flyout for easy light control using Artemis RGB Datamodel, Binding and Condition systems.

License

Notifications You must be signed in to change notification settings

Cheerpipe/ArtemisFlyout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

¿What is this?

Artemis Flyout is a remote control for the best OpenSource RGB Control and Engine Effect out there https://artemis-rgb.com/ but it doesn’t control light in a direct way, instead, it is a frontend for the JSON Datamodel Plugin for creating custom Datamodel values that user can use to control lights using Artemis Databinding and Conditions. Artemis Flyout UI was created using https://avaloniaui.net/ as a base framework and https://github.com/amwx/FluentAvalonia for the Fluent lookd and feel. It also use other magnific projects like https://wieslawsoltes.github.io/AvaloniaBehaviors/ and https://restsharp.dev/. It is important to note that i am learning how to write MVVM and Avalonia so architecture may be a mess. Still... it works.

For example:

  • Meeting button will toggle true and false Meeting value in the Global Variables Datamodel. User will be responsible to use that value to turn profiles/layers on and off. This will result in a more work at the beginning but ensures full control.
  • Bright slider is another control: You can create a full black layer as a overlay and bind GlobalGright value with layer opacity in an inverse way so when Bright is at value 100 black layer opacity will be 0 (or you can bind bright value to control a folder opacity directly).

This project is a WIP so it will need some user effort and code reading to get it working. Here are some tips for you:

  • Device Toggles and custom profile color slots are configured in "appsettings.json" file. Each entry will create a Datamodel value in Device in Devices States and Custom profile colors datamodels.
  • Profiles combobox is filled with profile names from the Artemis Category "Ambient". You can query for a different category changing the value AmbientProfileCategoryName in "appsettings.json". Remember that you must create display conditions using the Profile Datamodel value.
  • Quick actions (first three big buttons of the main page) are configurable using "appsettings.json" QuickAction entries. Just consider that condition must be written using camel notation without spaces nor dots and icon name should be a valid Material icon name from here https://materialdesignicons.com/. Icon names must be written using camel too. For example, if you want to use "help-circle" you must use "HelpCircle" as icon.

ArtemisFlyout for use with Artemis RGB. Must be used with the following plugins:

Download links:

Demo video:

DeSMEsKpzv.mp4

About

Artemis Flyout for easy light control using Artemis RGB Datamodel, Binding and Condition systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages