simtricks

Crates.iosimtricks
lib.rssimtricks
version0.3.0
sourcesrc
created_at2023-08-23 01:26:01.370897
updated_at2023-10-23 22:42:29.82156
descriptionA tool to run Matricks plugins on non-Raspberry Pi devices
homepagehttps://github.com/wymcg/simtricks
repositoryhttps://github.com/wymcg/simtricks
max_upload_size
id951485
size155,894
Will McGloughlin (wymcg)

documentation

README

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.

Commit count: 61

cargo fmt