4 releases
| 0.3.0 | Oct 23, 2023 |
|---|---|
| 0.3.0-beta.1 | Oct 22, 2023 |
| 0.2.0 | Aug 23, 2023 |
#8 in #ws281x
26 downloads per month
46KB
493 lines
Simtricks
Simtricks is a tool to run Matricks plugins without a Raspberry Pi.
Installation
- Install Rust and Cargo from the Rust website
- Run
cargo install simtricks
Usage
Simtricks is run from the command line. At a minimum, you must provide a plugin and the dimensions of the matrix:
simtricks --path <PATH_TO_PLUGIN> --width <WIDTH> --height <HEIGHT>
Run simtricks -h for a complete list of options.
For a list of examples to try, check out the Matricks example plugin page.
Dependencies
~44–70MB
~1M SLoC