OpenRGB/OpenRGBVisualMapPlugin
1
1
Fork
You've already forked OpenRGBVisualMapPlugin
0
OpenRGB plugin for grouping and organizing devices on a spatial map
  • C++ 84.5%
  • Prolog 9%
  • Shell 4.8%
  • Batchfile 1.6%
  • C 0.1%
Find a file
2025年11月24日 08:15:26 -06:00
debian Add Debian packaging files 2024年08月07日 20:31:49 -05:00
images Add Windows Installer CI target 2025年02月06日 11:42:14 -06:00
OpenRGB @1fbacdea37 Pull up OpenRGB submodule to 1.0rc1 and fix build 2025年07月20日 23:57:29 -05:00
scripts Use bmp/license from main OpenRGB repository 2025年10月14日 20:21:28 -05:00
ui Fix Qt6 warnings 2025年07月21日 01:10:10 -05:00
.gitignore Initial commit 2021年04月15日 14:33:45 +02:00
.gitlab-ci.yml Add Qt6 builds for MacOS and update CI configuration for Qt5 builds 2025年11月24日 08:15:26 -06:00
.gitmodules Initial commit 2021年04月15日 14:33:45 +02:00
ControllerZone.h Fixing custom shape resize. Closes #52 2025年01月23日 08:39:15 +01:00
LICENSE Update LICENSE 2021年08月30日 20:42:48 +02:00
OpenRGBPlugins.ttf Replaced unicodes and almost all png with new custom font 2022年12月04日 09:44:56 +00:00
OpenRGBPluginsFont.cpp Fix Qt6 build 2025年07月20日 02:44:13 -05:00
OpenRGBPluginsFont.h Replaced unicodes and almost all png with new custom font 2022年12月04日 09:44:56 +00:00
OpenRGBVisualMapPlugin.cpp Merge in next branch to upgrade to new API version and prepare for 1.0 releaseNext 2025年02月07日 02:13:50 +00:00
OpenRGBVisualMapPlugin.h Merge in next branch to upgrade to new API version and prepare for 1.0 releaseNext 2025年02月07日 02:13:50 +00:00
OpenRGBVisualMapPlugin.pro Change suffix back to git after 1.0rc2 release candidate 2025年09月15日 23:25:30 -05:00
readme.md Update readme.md 2024年11月12日 08:09:09 +00:00
resources.qrc Replaced unicodes and almost all png with new custom font 2022年12月04日 09:44:56 +00:00
VirtualController.cpp Update colors array when applying background 2025年02月23日 11:11:23 +01:00
VirtualController.h Use QImage references instead of a copy 2024年11月12日 10:50:41 +01:00
VisualMapJsonDefinitions.h Pull up OpenRGB submodule to 1.0rc1 and fix build 2025年07月20日 23:57:29 -05:00
VisualMapSettingsManager.cpp Fixing windows builds 2023年01月19日 10:25:35 +01:00
VisualMapSettingsManager.h Pull up OpenRGB submodule to 1.0rc1 and fix build 2025年07月20日 23:57:29 -05:00
ZoneManager.cpp Code optimizations - Correctly redraw 2023年08月06日 13:11:34 +02:00
ZoneManager.h Code optimizations - Correctly redraw 2023年08月06日 13:11:34 +02:00

VisualMap

pipeline status

What is this?

This is a plugin for OpenRGB that allows you to organize your real devices on a map and create a virtual devices (or many). You can then apply gradients (presets or custom), and expose it to an other plugin (eg. Effect Engine plugin).

Experimental (Master)

Stable (0.9)

You can get older releases here.

How do I install it?

  • Download and extract the correct files depending on your system
  • Launch OpenRGB
  • From the Settings -> Plugins menu, click the "Install plugin" button

How do I use it?

Here is a link to find the documentation you need.

VisualMap Help