8000 GitHub - headblockhead/OpenRGB: Open source RGB lighting control that doesn't depend on manufacturer software. Supports Windows, Linux, MacOS. Mirror of https://gitlab.com/CalcProgrammer1/OpenRGB. Releases can be found on GitLab.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Open source RGB lighting control that doesn't depend on manufacturer software. Supports Windows, Linux, MacOS. Mirror of https://gitlab.com/CalcProgrammer1/OpenRGB. Releases can be found on GitLab.

License

Notifications You must be signed in to change notification settings

headblockhead/OpenRGB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRGB

Nix Flake xc compatible

This is a fork of OpenRGB, to add compatibility with the Slab keyboard, easier building and development, and with little plans for merging upstream. If there is interest in some of my changes being merged, I will add another branch with only the needed commits, and make a MR on the gitlab.

Want to use?

If you want to try this fork, install nix, and run nix run github:headblockhead/OpenRGB.

Build

This version of OpenRGB uses nix, run nix develop for a development environment, and nix build to build.

Tasks

Important

You must be in the nix develop shell for these tasks to work!

build

Directory: ./build

Builds the OpenRGB application.

qmake ../OpenRGB.pro
make -j$(nproc)
wrapQtApp ./openrgb

run

Directory: ./build

Runs the OpenRGB application.

./openrgb

clean

Cleans the build directory.

rm -rf ./build
mkdir build

About

Open source RGB lighting control that doesn't depend on manufacturer software. Supports Windows, Linux, MacOS. Mirror of https://gitlab.com/CalcProgrammer1/OpenRGB. Releases can be found on GitLab.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • C 1.1%
  • Other 0.8%
0