Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sergey004/E1.31-to-OSC
Virtual E1.31 device designed specifically to work with OpenRGB (And with VRChat)
https://github.com/Sergey004/E1.31-to-OSC
e131 openrgb opensoundcontrol osc vrc vrchat vrchat-osc vrchat-sdk3
Last synced: 3 months ago
JSON representation
Virtual E1.31 device designed specifically to work with OpenRGB (And with VRChat)
- Host: GitHub
- URL: https://github.com/Sergey004/E1.31-to-OSC
- Owner: Sergey004
- License: gpl-3.0
- Created: 2023-09-03T10:33:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T06:49:14.000Z (12 months ago)
- Last Synced: 2024-02-01T07:39:01.201Z (12 months ago)
- Topics: e131, openrgb, opensoundcontrol, osc, vrc, vrchat, vrchat-osc, vrchat-sdk3
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description:
TL;DR: Now **you** walking RGB controller (Unfortunately with only one virtual LED)
# Setup
Install dependencies
```bash
$ pip install -r requirements.txt
```
OpenRGB setupDon't forget enadle E1.31 protocol
![image](https://github.com/Sergey004/E1.31-to-OSC/assets/11889498/78d5cdbc-f4ae-4eea-a753-3697ff50e5bf)
Note: a "device" name can be absolutely any device name
![image](https://github.com/Sergey004/E1.31-to-OSC/assets/11889498/22c15b11-c8d5-4521-ac1f-8706993e5195)
Next, it's up to your imagination to do whatever you want with this data.
Values transferred via OSC
|Var name|Type|Value|
|---|---|---|
|Rcolor|float|0-1|
|Gcolor|float|0-1|
|Bcolor|float|0-1|Note: this python script is OS independent and can run on any OS where is python, pip system and TCP/IP stack support, including Android (In termux environment)