This app visualizes the sound spectrum with Wooting RGB.
- Windows OS (10 or higher)
- Node.js (v20.x or higher)
- simple-javascript-wooting-rgb
-
Clone simple-javascript-wooting-rgb and move to the directory
git clone https://github.com/harrki/simple-javascript-wooting-rgb cd simple-javascript-wooting-rgb
-
Download or compile
.dll
files of Wooting RGB SDK, And put the file in the root directory of the libraryC:. │ jest.config.js │ package-lock.json │ package.json │ README.md │ wooting-rgb-sdk64.dll <- put .dll file │ ├─node_modules │ └─ ... ├─src │ index.js │ └─test index.test.js
-
Clone this project and move to the directory
cd .. git clone https://github.com/harrki/wooting-rgb-spectrum-visualizer cd wooting-rgb-spectrum-visualizer
-
Install the library in this project
npm install ../simple-javascript-wooting-rgb
-
Install the libraries
npm i
cd wooting-rgb-spectrum-visualizer
npm run start
This project is licensed under the Mozilla Public License Version 2.0 - see the LICENSE file for details.