MSIRGB
Alternative to MSI Mystic Light for controlling motherboard LEDs, without the fixed 7 colour limitation.
File Explorer
Download Latest Version (.zip)- gui.PNG
- hue_wheel.gif
- IsaDrv.cpp
- IsaDrv.h
- Lighting.cpp
- Lighting.h
- math_helper.h
- module_helper.cpp
- module_helper.h
- pch.cpp
- pch.h
- Sio.cpp
- Sio.h
- wmi_helper.cpp
- wmi_helper.h
- inpoutx64.sys
- license.txt
- AssemblyInfo.cpp
- MSIRGB.DLL.filters
- MSIRGB.DLL.vcxproj
- MSIRGB.DLL.vcxproj.filters
- MSIRGB.Lighting.cpp
- MSIRGB.Lighting.h
- resource.h
- rsrc.rc
- ColourPicker.xaml
- ColourPicker.xaml.cs
- SelectedColourChangedEventArgs.cs
- Styles.xaml
- FiraMono-Bold.ttf
- FiraMono-Regular.ttf
- AppIcon.ai
- AppIcon.ico
- AppIcon.xcf
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- ToUpperConverter.cs
- ServiceInstaller.cs
- App.config
- app.manifest
- App.xaml
- App.xaml.cs
- AppIcon.ico
- ColourItem.cs
- FlashingSpeedItem.cs
- MainWindowModel.cs
- MainWindowView.xaml
- MainWindowView.xaml.cs
- MainWindowViewModel.cs
- MSIRGB.GUI.csproj
- packages.config
- ScriptItem.cs
- ScriptService.cs
- Aida64Module.cs
- ColourModule.cs
- CustomConverters.cs
- LightingModule.cs
- OsExtensions.cs
- AssemblyInfo.cs
- App.config
- app.manifest
- ExecutionConstrainedScript.cs
- Log.cs
- MSIRGB.ScriptService.csproj
- packages.config
- Program.cs
- ScriptService.cs
- ScriptService.Designer.cs
- ScriptThread.cs
- timer.lua
- custom_flash.lua
- Heartbeat.lua
- Hue Wheel.lua
- Police Lights.lua
- Pumpkin.lua
- Strobe.lua
- .gitignore
- LICENSE.md
- MSIRGB.sln
- README.md
- RELEASING.md
# Installation Guide
1. Get the code
git clone https://github.com/ixjf/MSIRGB
Downloads the entire project code from GitHub to your computer.
cd MSIRGB
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd MSIRGB.GUI
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
