🎛️ A Loupedeck driver library in Rust + a declaratively configured host application
crates | ||
examples | ||
handlers | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
rustfmt.toml |
Deckster
Terminology
handler runner
: Node that is running handlers.handler host
: Ahandler runner
that is not thecoordinator
.coordinator
: Node to which the Loupedeck device is physically connected. Always ahandler runner
.
Attribution
foxxyz’s loupedeck
library for JavaScript
(licensed under the MIT license)
was used as a reference for and inspired the design of loupedeck_serial
.