Clean up README.md

master
Adam Honse 1 year ago
parent 990f89b94f
commit 1cc41bb4cd

@ -86,47 +86,49 @@ This project interacts directly with hardware using reverse engineered protocols
* OpenRGB provides a network interface for controlling supported RGB devices from other software. These projects implement the OpenRGB SDK and provide additional ways for you to control your lighting setup. * OpenRGB provides a network interface for controlling supported RGB devices from other software. These projects implement the OpenRGB SDK and provide additional ways for you to control your lighting setup.
* OpenRGB Python Client (by bahorn): https://github.com/bahorn/OpenRGB-PyClient * [OpenRGB Python Client](https://github.com/jath03/openrgb-python) (by jath03)
* OpenRGB Python Client (by jath03): https://github.com/jath03/openrgb-python * [OpenRGB Python Client (deprecated)](https://github.com/bahorn/OpenRGB-PyClient) (by bahorn)
* OpenRGB Node.js Client (by vlakreeh): https://github.com/vlakreeh/openrgb * [OpenRGB Node.js Client](https://github.com/vlakreeh/openrgb) (by vlakreeh)
* D-Bus Connector for OpenRGB (by Vinno97): https://github.com/Vinno97/OpenRGB-DBus-Connector * [D-Bus Connector for OpenRGB](https://github.com/Vinno97/OpenRGB-DBus-Connector) (by Vinno97)
* OpenRGB.NET - C# OpenRGB Client (by diogotr7): https://github.com/diogotr7/OpenRGB.NET * [OpenRGB.NET - C# OpenRGB Client](https://github.com/diogotr7/OpenRGB.NET) (by diogotr7)
* OpenRGB-Client - Java Client (by morg): https://gitlab.com/mguimard/openrgb-client * [OpenRGB-Client - Java Client](https://gitlab.com/mguimard/openrgb-client) (by morg)
* OpenRGB-SDK - NodeJS client (by Mola19): https://www.npmjs.com/package/openrgb-sdk * [OpenRGB-SDK - NodeJS client](https://www.npmjs.com/package/openrgb-sdk) (by Mola19)
* OpenRGB-cppSDK - C++ client (by Youda008): https://github.com/Youda008/OpenRGB-cppSDK * [OpenRGB-cppSDK - C++ client](https://github.com/Youda008/OpenRGB-cppSDK) (by Youda008)
* openrgb-rs - Rust client (by nicoulaj): https://github.com/nicoulaj/openrgb-rs * [openrgb-rs - Rust client](https://github.com/nicoulaj/openrgb-rs) (by nicoulaj)
## Applications Supporting OpenRGB SDK ## Applications Supporting OpenRGB SDK
* While OpenRGB itself only provides control over the lighting effects built into hardware, several open source applications can use the OpenRGB SDK to provide synchronized lighting effects for your devices. * While OpenRGB itself only provides control over the lighting effects built into hardware, several open source applications can use the OpenRGB SDK to provide synchronized lighting effects for your devices.
* Keyboard Visualizer (by me): https://gitlab.com/CalcProgrammer1/KeyboardVisualizer * [Keyboard Visualizer](https://gitlab.com/CalcProgrammer1/KeyboardVisualizer) (by CalcProgrammer1)
* OpenRGB E1.31 Receiver (by me): https://gitlab.com/CalcProgrammer1/OpenRGBE131Receiver * [OpenRGB E1.31 Receiver](https://gitlab.com/CalcProgrammer1/OpenRGBE131Receiver) (by me)
* Project Aurora (support added by diogotr7): https://github.com/Aurora-RGB/Aurora * [Aurora](https://github.com/Aurora-RGB/Aurora) (OpenRGB support added by diogotr7)
* Artemis 2 (support added by diogotr7 as a plugin): https://github.com/Artemis-RGB/Artemis * [Artemis](https://github.com/Artemis-RGB/Artemis) (OpenRGB support added by diogotr7)
* RemoteLight (by Drumber, need OpenRGB plugin): https://github.com/Drumber/RemoteLight * [RemoteLight](https://github.com/Drumber/RemoteLight) (by Drumber, requires OpenRGB plugin)
* OpenRGB-python-FX (by herosilas12): https://github.com/herosilas12/OpenRGB-python-FX * [OpenRGB-python-FX](https://github.com/herosilas12/OpenRGB-python-FX) (by herosilas12)
* AllMyLights (by sparten11740): https://github.com/sparten11740/allmylights * [AllMyLights](https://github.com/sparten11740/allmylights) (by sparten11740)
* OpenRGBRemote (by morg): https://gitlab.com/mguimard/openrgbremote * [OpenRGBRemote](https://gitlab.com/mguimard/openrgbremote) (by morg)
* PiLED (by PolisanTheEasyNick): https://github.com/PolisanTheEasyNick/PiLED * [PiLED](https://github.com/PolisanTheEasyNick/PiLED) (by PolisanTheEasyNick)
## OpenRGB Plugins ## OpenRGB Plugins
* OpenRGB provides a plugin interface for adding features to the OpenRGB application. The following projects provide additional functionality in the form of plugins. * OpenRGB provides a plugin interface for adding features to the OpenRGB application. The following projects provide additional functionality in the form of plugins.
* OpenRGB E1.31 Receiver Plugin (by me): https://gitlab.com/OpenRGBDevelopers/OpenRGBE131ReceiverPlugin * [OpenRGB Effects Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin) (by herosilas12, morg)
* Effects Engine Plugin (by herosilas12, morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin * [OpenRGB Visual Map Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin) (by morg)
* OpenRGB Visual Map Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin * [OpenRGB E1.31 Receiver Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBE131ReceiverPlugin) (by CalcProgrammer1)
* Scheduler Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBSchedulerPlugin * [OpenRGB Scheduler Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBSchedulerPlugin) (by morg)
* Skin Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin * [OpenRGB Skin Plugin](https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin) (by morg)
* Hardware Sync Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin * [OpenRGB Hardware Sync Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin) (by morg)
* Http Hook Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBHttpHookPlugin * [OpenRGB Http Hook Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBHttpHookPlugin) (by morg)
* Razer extras Plugin (by morg): https://gitlab.com/OpenRGBDevelopers/OpenRGBRazerExtrasPlugin * [OpenRGB Razer Extras Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBRazerExtrasPlugin) (by morg)
* Fan Hardware Sync Plugin (by Shady): https://gitlab.com/ShadyNawara/openrgbfansyncplugin * [OpenRGB Fan Hardware Sync Plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBFanSyncPlugin) (by Shady)
* OpenRGB Ambient Plugin (by krojew): https://github.com/krojew/OpenRGB-Ambient * [OpenRGB Ambient Plugin](https://github.com/krojew/OpenRGB-Ambient) (by krojew)
## Projects Used ## Projects Used
* OpenRGB directly relies upon these projects.
* WinRing0: https://openlibsys.org/ * WinRing0: https://openlibsys.org/
* libusb: https://github.com/libusb/libusb * libusb: https://github.com/libusb/libusb
* hidapi: https://github.com/libusb/hidapi * hidapi: https://github.com/libusb/hidapi
@ -141,7 +143,7 @@ This project interacts directly with hardware using reverse engineered protocols
## Projects Researched ## Projects Researched
While no code from these projects directly made its way into OpenRGB, these projects have been invaluable resources for protocol information. * While no code from these projects directly made its way into OpenRGB, these projects have been invaluable resources for protocol information.
* OpenRazer: https://github.com/openrazer/openrazer * OpenRazer: https://github.com/openrazer/openrazer
* OpenRazer-Win32: https://github.com/CalcProgrammer1/openrazer-win32 * OpenRazer-Win32: https://github.com/CalcProgrammer1/openrazer-win32

Loading…
Cancel
Save