#raspberry-pi #ws281x #command-line #wasm #run-command #command-line-tool

app simtricks

A tool to run Matricks plugins on non-Raspberry Pi devices

4 releases

0.3.0 Oct 23, 2023
0.3.0-beta.1 Oct 22, 2023
0.2.0 Aug 23, 2023

#1582 in Development tools

37 downloads per month

MIT license

46KB
493 lines

Simtricks

Simtricks is a tool to run Matricks plugins without a Raspberry Pi.

simtricks

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

~40–57MB
~829K SLoC