GithubHelp home page GithubHelp logo

dirdidan / openrgb-to-rgb.net-msiusb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hex3l/openrgb-to-rgb.net-msiusb

1.0 0.0 0.0 54 KB

Port of OpenRGB's MysticLightUSBControllers to RGB.NET

License: GNU General Public License v3.0

C++ 0.79% C# 99.21%

openrgb-to-rgb.net-msiusb's Introduction

OpenRGB to RGB.NET msiusb

Compatibility layer for RGB.NET

This device provider uses OpenRGB's MysticLightUSBControllers implementation to control MysticLight USB controllers used in MSI's x570 and z490 motherboards

Keep in mind that this project uses OpenRGB directly. As OpenRGB, I will not be liable for any damage.

Solution

The solution has two projects

Hex3l.RGB.NET.Devices.Msiusb

RGB.NET DeviceProvider, it will take care of loading OpenRGB_MSI_USB.dll and communicate with it.

OpenRGB_MSI_USB

Minimal implementation of OpenRGB features required by this layer. It includes directly (or using git patches) the code/implementations made by OpenRGB

How to build and use

  1. Clone the repo with its submodules.
  2. Apply git patch in OpenRGB_MSI_USB/ORGB-patches to OpenRGB_MSI_USB/OpenRGB
  3. Apply git patch in OpenRGB_MSI_USB/ORGB-min-api-dll-patches to OpenRGB_MSI_USB/OpenRGB-min-api-dll-base
  4. Build Hex3l.RGB.NET.Devices.Msiusb(Release) (it will also build OpenRGB_MSI_USB)
  5. Get the 2 dlls and place
    • Hex3l.RGB.NET.Devices.Msiusb.dll in your DeviceProvider folder (the folder you are using to store your DeviceProviders)
    • OpenRGB_MSI_USB.dll in
      • x86: <app root>/x86
      • x64: <app root>/x64
  6. You will also need libusb-1.0.dll in your root app directory, you can get it from
    • x86:OpenRGB_MSI_USB/OpenRGB/dependencies/libusb-1.0.22/MS32/dll
    • x64:OpenRGB_MSI_USB/OpenRGB/dependencies/libusb-1.0.22/MS64/dll

Tested Device

  • MSI MEG X570 UNIFY

openrgb-to-rgb.net-msiusb's People

Contributors

hex3l avatar

Stargazers

Rafee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.