bevy_mod_chroma
Razer Chroma support plugin for Bevy. So far only tested in WASM.
Usage
See examples directory for usage.
General flow is that you need to register efffects, and then you can use them.
Create an instance of the ChromaPlugin and add it to your App, then you can use the Chroma parameter to create effects.
TODOs
- Documentation
- Expand API support to include all devices
- Error handling
- Retries
- Reconnect after dropped connections
Wants
- Websocket version
- Built-in animations support